cURL
curl --request DELETE \ --url https://api.wavix.com/v1/calls/{uuid}/audio \ --header 'Authorization: Bearer <token>'
{ "success": true }
Stops audio playback in an active call.
Bearer token using appid (Authorization: Bearer )
Call ID.
Audio playback stopped.
Indicates whether the request was successful.
true