Recall Compat API
EndpointsBots

Remove bot from call

Instructs the bot to leave the meeting. This will also stop any recording in progress.

POST
/api/v1/bot/{id}/leave_call
Authorization<token>

Meeting BaaS API key. Use format: Token YOUR_API_KEY

In: header

Path Parameters

id*string

Bot ID (UUID)

Response Body

application/json

application/json

application/json

curl -X POST "https://api.meetingrouter.com/api/v1/bot/550e8400-e29b-41d4-a716-446655440000/leave_call"
{
  "success": true
}
{
  "error": "string",
  "details": null
}
{
  "error": "string",
  "details": null
}