delete_account_balance_history
Delete all balance history for an account, affecting Net Worth views. Irreversible; use delete_balance_history_entry for single months.
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. |