Skip to main content
DELETE
/
delete-chatbot
Delete a chatbot
curl --request DELETE \
  --url https://www.chatbase.co/api/v1/delete-chatbot \
  --header 'Authorization: Bearer <token>'
{
  "message": "Deleted successfully"
}

Authorizations

Authorization
string
header
required

API key in Bearer token format

Query Parameters

chatbotId
string
required

ID of the chatbot to delete

Response

Chatbot deleted successfully

message
string
Example:

"Deleted successfully"

I