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

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

I