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
API key in Bearer token format
ID of the chatbot to delete
Chatbot deleted successfully
"Deleted successfully"