delete_account
Permanently delete an account and its full transaction history. Preview first, then confirm with the exact account name to prevent irreversible loss.
Instructions
Delete an account and its entire transaction history. Destructive and irreversible: the first call only previews what would be lost, and deleting requires both confirm: true and confirm_name set to the account's exact name. Prefer closing an account when you just want to retire it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | Account name or ID to delete | |
| confirm | No | Must be true to delete. Without it, the tool only previews. | |
| confirm_name | No | The account's exact name, echoed back as a safeguard against deleting the wrong account. |