cURL
curl --request DELETE \ --url https://www.chatbase.co/api/v1/delete-chatbot-icon \ --header 'Authorization: Bearer <token>'
{ "message": "Chat Icon deleted successfully." }
Deletes the chatbot’s icon image
API key in Bearer token format
ID of the chatbot
Icon deleted successfully
"Chat Icon deleted successfully."