Skip to main content
DELETE
/
v1
/
calls
/
{uuid}
/
audio
Stop audio playback
curl --request DELETE \
  --url https://api.wavix.com/v1/calls/{uuid}/audio \
  --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.

Response

Audio playback successfully stopped.

success
boolean
Example:

true