delete_tag
Remove a tag from all assets and permanently delete it from the library.
Instructions
Delete a tag and remove it from all assets. The assets themselves are unaffected. Side effect: permanently deletes the tag (cannot be undone).
Args:
tag_id: The tag's UUID to delete.
Returns: JSON with deleted confirmation and tag_id.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |