Assets
Delete chatbot profile picture
Removes the custom avatar and falls back to the default initial-letter circle.
Endpoint
text
DELETE https://services.chatmount.co/v2/delete-chatbot-profile-pictureRequest
bash
curl -X DELETE \
"https://services.chatmount.co/v2/delete-chatbot-profile-picture?chatbotId=agent_abc123" \
-H "Authorization: Bearer cm_live_YOUR_API_KEY"Response
json
{
"message": "Chatbot Profile Picture deleted successfully."
}Related