curl --location --request DELETE 'http://dev-cn.your-api-server.com/api/v0/chatbots/' \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Deleted the chatbot successfully", "data": null }