curl --location --request DELETE 'http://dev-cn.your-api-server.com/api/v1/delete-chatbot-icon' \ --header 'Content-Type: application/json' \ --data-raw '{ "chatbotId": "string" }'
{ "message": "Chatbot icon deleted successfully." }