delete_tag
Delete a tag from your LunchMoney account. Force deletion to remove tag even when linked to transactions or rules.
Instructions
Delete a tag. By default fails (HTTP 422) with a structured dependents payload if the tag is in use by transactions or rules. Set force=true to delete and disassociate from those records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tagId | Yes | Id of the tag to delete. | |
| force | No | If true, force deletion even if dependencies exist (irreversible). |