> ## Documentation Index
> Fetch the complete documentation index at: https://docs.toughtongueai.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Phone Call

> Cancel a scheduled phone call

Delete a scheduled SIP call before it is initiated.
Only calls with `pending` or `scheduled` status can be deleted.

<ParamField path="call_id" type="string" required>
  The unique identifier of the call to delete
</ParamField>

<ResponseExample>
  ```json 200 theme={null}
  {
    "deleted": true
  }
  ```
</ResponseExample>
