delete_budgets
Delete budgets matching criteria such as period, category, date range, or specific IDs. Combine filters to target exact budgets for removal.
Instructions
Delete budgets matching the target filters. At least one target filter must be provided. All provided filters are combined using AND.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Recurrence period to filter target budgets. | |
| category | No | Category name to filter target budgets. | |
| end_date | No | Filter end date in YYYY-MM-DD format (delete budgets ending on or before this date; requires start_date). | |
| budget_ids | No | List of specific budget IDs to delete. | |
| start_date | No | Filter start date in YYYY-MM-DD format (delete budgets starting on or after this date). | |
| budget_type | No | Budget scope: 'overall', 'category', or 'subcategory'. | |
| subcategory | No | Subcategory name to filter target budgets. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||