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