Endpoint
Authentication
Requires API key authentication via theAuthorization header.
Your API key in the format:
Token YOUR_API_KEY_HEREMust be
application/jsonPath Parameters
The unique identifier for the bot.Example:
bot_xxxxxxxxxxxDescription
Deletes a scheduled bot. This endpoint can only be used to delete bots that are in thescheduled state and have not yet joined a meeting.
If you need to delete data for a bot that has already joined a meeting, use the Delete Bot Data endpoint.
Response
Returns a200 status code on success with no response body.
Example Request
Example Response
Error Codes
200- Scheduled bot deleted successfully400- Bot cannot be deleted (e.g., bot is not inscheduledstate)401- Invalid or missing API key404- Bot not found