clear_asset_notes
Remove plugin-assigned notes and reviews from selected Immich assets in one go, while preserving metadata set by other apps. Specify asset IDs to clear server-side notes and get a success report.
Instructions
Forget the plugin's notes on assets (reviews and actions). Only the plugin's own key is removed; metadata other apps stored stays. Side effect: deletes the notes on the server.
Args:
asset_ids: The assets to clear.
Returns: JSON with success, how many assets were cleared, and a failed array
of {asset_id, error}. Success is true only when nothing failed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_ids | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |