delete_tag
Delete a tag from Immich and strip it from every associated asset, leaving photos untouched. Permanently removes the tag by its UUID.
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 success, the deleted tag's id and tag_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |