Assets
Delete chatbot icon
Removes the custom chat-bubble icon and falls back to the default.
Endpoint
text
DELETE https://services.chatmount.co/v2/delete-chatbot-iconRequest
bash
curl -X DELETE \
"https://services.chatmount.co/v2/delete-chatbot-icon?chatbotId=agent_abc123" \
-H "Authorization: Bearer cm_live_YOUR_API_KEY"Response
json
{
"message": "Chat Icon deleted successfully."
}Related