immich.assets.delete
Delete assets from Immich photo library with preview option. Use dry run to review before permanent deletion, or force to bypass trash.
Instructions
Delete one or more assets. Set force=true to permanently delete (skip trash). Always use dry_run=true first to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_ids | Yes | List of asset UUIDs to delete | |
| force | No | Permanently delete, bypassing trash | |
| dry_run | No | Preview what would be deleted without making changes |