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.