Delete Database
delete-databasePermanently remove a RawTree database and all data it contains after confirming the organization, cluster, and database name. This action cannot be undone.
Instructions
Purpose: Permanently delete a RawTree database and all data it contains.
Returns: RawTree's deletion result, usually { "deleted": true }.
Safety: You MUST list databases first and ask the user to confirm the exact organization, cluster, and database name before calling this tool. This action cannot be undone.
Auth: Authorization is enforced by the RawTree API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cluster | No | RawTree cluster to use for this operation. | |
| database | Yes | Database name to delete. | |
| organization | No | RawTree organization containing the target cluster. |