cURL
curl --request DELETE \ --url https://sitegpt.ai/api/v0/chatbots/{chatbotId} \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Deleted the chatbot successfully", "data": null }
Delete the chatbot
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Id of the chatbot
OK
Success Response
Was this page helpful?