delete_chatbot
PERMANENTLY delete a website chatbot. This takes it off the customer's live site immediately and cannot be undone. ALWAYS call once without confirm to see exactly which chatbot would go, show that to the user, get an explicit yes, and only then call again with confirm=true. Never pass confirm=true on the first call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Which chatbot to delete | |
| confirm | No | Must be true to actually delete. Only set after the user explicitly agreed. |