# Delete Bot Data Delete all data related to the bot, including transcription and recording. Bots can only be deleted if they are scheduled or not in an active state (booting, joining, recording, processing or transcribing). Be aware, this action is not reversible! Endpoint: DELETE /bot/{id} Version: v1 Security: bearerAuth ## Path parameters: - `id` (string, required) Bot ID ## Response 200 fields (application/json): - `message` (string) Example: "Meeting bot deleted successfully." ## Response 401 fields (application/json): - `message` (string) Error message Example: "Unauthenticated." ## Response 403 fields (application/json): - `message` (string) Error message Example: "Meeting bot is still active." ## Response 404 fields (application/json): - `message` (string) Error message Example: "No results found."