curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/chatbot/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
Delete single chatbot base on uuid
curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/chatbot/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}
curl --location --request DELETE 'https://app.gptchatbot.it/api/v1/chatbot/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}