curl --location --request DELETE 'https://app.gpt-trainer.com/api/v1/chatbot/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Delete single chatbot base on chatbot uuid
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
}