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