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"
}

Documentation Index

Fetch the complete documentation index at: https://chatbase.co/docs/llms.txt

Use this file to discover all available pages before exploring further.

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"