cURL
curl --request DELETE \ --url https://www.chatbase.co/api/v1/delete-chatbot \ --header 'Authorization: Bearer <token>'
{ "message": "Deleted successfully" }
Permanently deletes a chatbot and all associated data
Documentation IndexFetch the complete documentation index at: https://chatbase.co/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://chatbase.co/docs/llms.txt
Use this file to discover all available pages before exploring further.
API key in Bearer token format
ID of the chatbot to delete
Chatbot deleted successfully
"Deleted successfully"