Chatbots
Delete a chatbot
Permanently deletes a chatbot and all associated data
delete/delete-chatbot
Query parameters
chatbotIdstring required
ID of the chatbot to delete
Response
Chatbot deleted successfully
Example response
{
"message": "Deleted successfully"
}