Skip to main content
DELETE
/
call
/
{uuid}
/
streams
/
{stream_uuid}
Stop call streaming
curl --request DELETE \
  --url https://api.wavix.com/v1/call/{uuid}/streams/{stream_uuid}
{
  "success": true
}

Authorizations

appid
string
query
required

An API key to authorize your request

Path Parameters

uuid
string<uuid>
required

Call ID.

stream_uuid
string<uuid>
required

Stream ID.

Response

Stream successfully stopped.

success
boolean

Indicates that the request was successful

Example:

true

I