Chatbot Icons
Delete Chatbot Icons
API Documentation
Chatbot Appearance
Chatbot Custom Content
Chatbot Follow Up Prompts
Chatbot Icons
Chatbot Links
Chatbot Messages
Chatbot Personas
Chatbot Prompts
Chatbot Quick Prompts
Chatbot Settings
Chatbot Threads
Chatbot Icons
Delete Chatbot Icons
Delete the chatbot icon
DELETE
/
v0
/
chatbots
/
{chatbotId}
/
icons
curl --request DELETE \
--url https://sitegpt.ai/api/v0/chatbots/{chatbotId}/icons \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "<string>",
"data": {}
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Response
200
application/json
OK
Success Response
Was this page helpful?
curl --request DELETE \
--url https://sitegpt.ai/api/v0/chatbots/{chatbotId}/icons \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "<string>",
"data": {}
}