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
Permanently deletes all data associated with this bot, including:- Recordings
- Transcripts
- Participant information
- Chat messages
- Any other meeting data captured by the bot
After deletion, the bot’s state will change to
data_deleted. You can still retrieve the bot object and its metadata, but all meeting content will be gone.Response
Returns the bot object with updated state.Unique identifier for the bot.
The URL of the meeting.
Current state of the bot (
data_deleted after successful deletion).Array of events that have occurred for this bot.
Current transcription state.
Current recording state.
ISO 8601 timestamp when the bot joined the meeting.
Deduplication key for the bot.
Custom metadata associated with the bot (this is preserved after data deletion).
Example Request
Example Response
Error Codes
200- Data successfully deleted400- Bot is not in a valid state for data deletion (e.g., bot is still in a meeting)401- Invalid or missing API key404- Bot not found