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-KeystringrequiredYour workspace API key.
Responses
202Stop signal accepted. Bot is leaving the meeting.
{
"message": "Bot stopping"
}404Bot not found in this workspace.
Try it live
API Configurationglobal · all endpoints
DELETE
https://api.serveka.com/api/v1/bots/550e8400-e29b-41d4-a716-446655440000Path Parameters
curl -X DELETE 'https://api.serveka.com/api/v1/bots/550e8400-e29b-41d4-a716-446655440000' \