DocsAPI ReferenceStop a bot
DELETE/api/v1/bots/{bot_id}

Sends a stop signal to the bot. The bot leaves the meeting gracefully and the transcript is finalized. The response is immediate — stop is asynchronous.

Path Parameters

bot_idstringrequirede.g. "550e8400-e29b-41d4-a716-446655440000"

Bot UUID.

Headers

X-API-Keystringrequired

Your workspace API key.

Responses

202Stop signal accepted. Bot is leaving the meeting.
{
  "message": "Bot stopping"
}
404Bot not found in this workspace.