delete_balance_history_entry
Delete a specific historical balance entry using its ID. Useful for removing incorrect or outdated balance records from your LunchMoney account history.
Instructions
Delete a single historical balance entry by its id. The id must come from an entry with type=historical in a balance history response; ephemeral current entries have no id and cannot be deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entry_id | Yes | Id of the historical balance entry to delete. Call get_balance_history or get_account_balance_history first to discover ids. |