# 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) ## Response 401 fields (application/json): - `message` (string) Error message ## Response 403 fields (application/json): - `message` (string) Error message ## Response 404 fields (application/json): - `message` (string) Error message