Delete App
ethora-app-deletePermanently delete an Ethora app the caller owns — removes its chat rooms, files, indexed RAG sources, and bot config; end users are immediately signed out. Irreversible; gated behind ETHORA_MCP_ENABLE_DANGEROUS_TOOLS=true.
Auth: user-auth mode, active session; the caller must own the app. Errors: 401 not logged in; 403 not owner; 404 unknown appId. Related: to just deactivate the bot use ethora-app-update with botStatus: "off".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | 24-char hex MongoDB ObjectId of the app to delete. Obtain from `ethora-app-list` or the response of `ethora-app-create`. |