Skip to main content
DELETE
/
v2
/
sip
/
calls
/
{call_id}
Delete Phone Call
curl --request DELETE \
  --url https://api.toughtongueai.com/api/public/v2/sip/calls/{call_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}
Delete a scheduled SIP call before it is initiated. Only calls with pending or scheduled status can be deleted.
call_id
string
required
The unique identifier of the call to delete
{
  "deleted": true
}