Skip to main content
POST
/
v1
/
calls
/
{call_id}
/
cancel
Cancel a queued call
curl --request POST \
  --url https://api.topcalls.ai/v1/calls/{call_id}/cancel \
  --header 'Authorization: Bearer <token>'
{
  "ok": true
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer tc_live_xxxxx

Path Parameters

call_id
string<uuid>
required

Call UUID

Response

Call cancelled successfully

ok
boolean
Example:

true