Chatbot
Delete Chatbot
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
Delete Chatbot
Delete the chatbot
DELETE
/
v0
/
chatbots
/
{chatbotId}
curl --request DELETE \
--url https://sitegpt.ai/api/v0/chatbots/{chatbotId} \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "Deleted the chatbot successfully",
"data": null
}
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} \
--header 'Authorization: Bearer <token>'
{
"success": true,
"message": "Deleted the chatbot successfully",
"data": null
}