Chatbots
Delete a chatbot
Removes the chatbot, its sources, its widget config, every conversation. Irreversible.
Endpoint
text
DELETE https://services.chatmount.co/v2/chatbots?chatbotId=agent_abc123Request
bash
curl -X DELETE \
"https://services.chatmount.co/v2/chatbots?chatbotId=agent_abc123" \
-H "Authorization: Bearer cm_live_YOUR_API_KEY"Response
json
{
"message": "Deleted successfully"
}Related