> ## 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 Meeting Bot

> Cancel a scheduled meeting bot

Delete a scheduled meeting bot before it joins the call.
Only bots with `pending` or `scheduled` status can be deleted.

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

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