Skip to main content
DELETE
/
delete-chatbot-icon
Delete chatbot icon
curl --request DELETE \
  --url https://www.chatbase.co/api/v1/delete-chatbot-icon \
  --header 'Authorization: Bearer <token>'
{
  "message": "Chat Icon 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

Response

Icon deleted successfully

message
string
Example:

"Chat Icon deleted successfully."