Overview
This endpoint permanently deletes all data associated with a specific bot, including:- Audio recordings
- Video recordings
- Transcripts
- Screenshots
- Chat logs
- Participant information
- Bot metadata
Important Considerations
Use Cases
- Compliance: Meet data retention policies by removing meeting data after a specified period
- Privacy: Delete sensitive meeting data upon user request
- Storage Management: Free up storage space by removing old or unnecessary recordings
- Testing: Clean up test bot data during development
Best Practices
- Download First: Always download and backup any required files (audio, video, transcripts) before deleting
- Verify Bot ID: Double-check the
bot_idto ensure you’re deleting the correct bot’s data - Audit Trail: Log deletion actions for compliance and audit purposes
- User Confirmation: Implement user confirmation in your application before calling this endpoint
Deletion Process
When you call this endpoint:- All associated files are permanently removed from storage
- Database records for the bot are deleted
- The bot_id becomes invalid for future queries
- A success response is returned confirming deletion
Related Endpoints
- Remove Bot - Removes the bot from a meeting but preserves data
- Get Bot Audio - Download audio before deletion
- Get Video - Download video before deletion
- Get Transcript - Download transcript before deletion
Authorizations
All API endpoints are authenticated using API Keys. The key should be included in the 'Authorization' header, prefixed with 'Token '. Example: 'Authorization: Token YOUR_API_KEY'.
Path Parameters
The unique identifier of the bot.