upservice_delete_tag
Permanently remove a tag definition and detach it from all associated entities.
Instructions
Permanently delete a tag definition (removing it from all entities it was applied to).
Args: params (UpdateTagInput): only tag_id is used (UUID str)
Returns: str: JSON confirmation, or "Error: ..." on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |