Chatbots
Delete Chatbot
Chatbots
Delete Chatbot
Delete single chatbot base on chatbot uuid
DELETE
/
api
/
v1
/
chatbot
/
{uuid}
/
delete
curl --location --request DELETE 'https://app.gpt-trainer.com/api/v1/chatbot/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Path
Chatbot uuid
Response
Indicates if api call was successful
curl --location --request DELETE 'https://app.gpt-trainer.com/api/v1/chatbot/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
curl --location --request DELETE 'https://app.gpt-trainer.com/api/v1/chatbot/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}