cURL
curl --request DELETE \ --url 'https://api.wavix.com/v1/call/{uuid}/streams/{stream_uuid}?appid='
{ "success": true }
Use this method to stop call media streaming.
An API key to authorize your request
Call ID.
Stream ID.
Stream successfully stopped.
Indicates that the request was successful
true
Was this page helpful?