photos_remove_from_album
Remove a photo from a Proton Photos album without deleting it from your library. Specify the album and photo paths to unlink the image while preserving it in your timeline.
Instructions
Remove a photo from a Proton Photos album without deleting it from your library. Requires authentication. albumPath must start with /albums/; photoPath must start with /photos/. The photo is removed from the album only — it stays in your timeline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| albumPath | Yes | Absolute path of the album. Must start with /albums/. E.g. /albums/Vacation 2024 | |
| photoPath | Yes | Absolute path of the photo in the album. Must start with /photos/. E.g. /photos/IMG_001.jpg |