untag_assets
Remove a tag from multiple assets without deleting the tag. Specify tag ID and asset IDs to remove the tag-association.
Instructions
Remove a tag from multiple assets. The tag itself remains; only the association is removed. Side effect: removes tag-to-asset links.
Args:
tag_id: The tag UUID to remove from assets.
asset_ids: List of asset UUIDs to untag. Must not be empty.
Returns: JSON with tag_id, count untagged, and per-asset results.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | ||
| asset_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |