Chatbots
Delete Chatbot
Delete single chatbot base on uuid
DELETE
/
api
/
v1
/
chatbot
/
{uuid}
/
delete
Copy
curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/chatbot/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
Copy
{
"success": true
}
Path
Response
Indicates if api call was successful
Copy
curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/chatbot/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
Copy
{
"success": true
}
Copy
curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/chatbot/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
Copy
{
"success": true
}
Assistant
Responses are generated using AI and may contain mistakes.