remove_assets_from_album
Remove selected photos from an album while keeping them in the library. Fix mistaken additions or reorganize albums without losing content.
Instructions
Remove assets from an album without deleting them. The photos remain in the library and other albums. Use this to un-curate mistakenly added assets. Side effect: modifies album membership.
Args:
album_id: Album UUID to remove assets from.
asset_ids: List of asset UUIDs to remove from this album.
Returns: JSON with album_id, count removed, and per-asset result details.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes | ||
| asset_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |