Skip to main content
DELETE
/
v1
/
calls
/
{uuid}
/
streams
/
{stream_uuid}
Stop call streaming
curl --request DELETE \
  --url https://api.wavix.com/v1/calls/{uuid}/streams/{stream_uuid} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer token using appid (Authorization: Bearer )

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