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

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

uuid
string<uuid>
required

Call ID.

Response

Call ended.

success
boolean

Indicates whether the request was successful.

Example:

true