API
Delete chatbot icon
The Delete Chatbot Icon API endpoint allows you to delete the icon associated with a specific chatbot.
Endpoint
Request Parameters
chatbotId
(string, required): A unique identifier for the chatbot for which you want to delete the icon.
Example Request
Python
HTTP
Response
- 200: Reply confirming the successful deletion of the Chatbot icon.
- 400: If the chatbot ID is missing.
- 401: If the request is unauthorized.
- 404: If the chatbot cannot be found.
- 500: If there is an internal server error.
Example Response
The Delete Chatbot Icon API endpoint provides a way to remove the icon associated with a chatbot. Upon successful deletion, a confirmation message is returned in the response.