Skip to main content
DELETE
/
v2
/
meeting-bots
/
{bot_id}
Delete Meeting Bot
curl --request DELETE \
  --url https://api.toughtongueai.com/api/public/v2/meeting-bots/{bot_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true
}
Delete a scheduled meeting bot before it joins the call. Only bots with pending or scheduled status can be deleted.
bot_id
string
required
The unique identifier of the bot to delete
{
  "deleted": true
}