Skip to main content
DELETE
/
call
/
{uuid}
End a call
curl --request DELETE \
  --url https://api.wavix.com/v1/call/{uuid}
{
  "success": true
}

Authorizations

appid
string
query
required

An API key to authorize your request

Path Parameters

uuid
string<uuid>
required

Call ID.

Response

Call successfully ended.

success
boolean
Example:

true

I