delete_account_balance_history
Permanently delete all historical balance entries for a single account to clean up or correct net worth data. Irreversible; removes entire balance history, not just one month.
Instructions
Delete ALL historical balance entries for a single account. This is irreversible and affects the Net Worth views. To remove a single month, use delete_balance_history_entry instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes | Id of the account whose entire balance history should be deleted. | |
| account_type | Yes | Type of account the balance history belongs to. Use manual for manually-managed accounts, plaid for synced bank accounts, crypto_manual for manually-managed crypto, and deleted for accounts that no longer exist but still have history. Synced crypto uses the dedicated crypto_synced tools instead. |