Skip to main content
POST
/
v1
/
calls
/
{call_id}
/
stop
Stop an in-progress call
curl --request POST \
  --url https://api.topcalls.ai/v1/calls/{call_id}/stop \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "status": "cancelled"
}

Authorizations

Authorization
string
header
required

Use Authorization: Bearer tc_live_xxxxx

Path Parameters

call_id
string<uuid>
required

Call UUID

Response

Call stopped successfully

ok
boolean
Example:

true

status
string
Example:

"cancelled"