Delete chatbot
Delete single chatbot base on uuid
Last updated
Delete single chatbot base on uuid
Last updated
DELETE /api/v1/chatbot/{uuid}/delete
Authorization: string Bearer <your_token>
uuid: string
The unique identifier of the chatbot to be deleted.
curl --location --request DELETE 'https://app.aichatbothub.com/api/v1/chatbot/{uuid}/delete' \
--header 'Authorization: Bearer <token>'
{
"success": true
}