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

Profile picture deleted successfully

message
string
Example:

"Chatbot Profile Picture deleted successfully."