delete_tag
Delete a tag by ID. If the tag is used by transactions or rules, deletion fails unless force=true is set to disassociate.
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 |
|---|---|---|---|
| force | No | If true, force deletion even if dependencies exist (irreversible). | |
| tagId | Yes | Id of the tag to delete. |