delete_category
Removes one or more categories from your budget library by ID or name, with an option to reassign linked transactions to another category before deletion to preserve transaction history.
Instructions
Delete one or more categories from the library.
Supports a single category ID/name or a list of category IDs/names in category_ids_or_names.
category_ids_or_names: ID/name or list of IDs/names to delete.
category_id_or_name: Alias for single category deletion.
reassign_to_category_id: Target category ID to reassign linked transactions to.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category_id_or_name | No | ||
| category_ids_or_names | No | ||
| reassign_to_category_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |