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
}

Documentation Index

Fetch the complete documentation index at: https://docs.wavix.com/llms.txt

Use this file to discover all available pages before exploring further.

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 stopped.

success
boolean

Indicates whether the request was successful.

Example:

true