photos_delete_album
Delete a Proton Photos album after user confirmation. Optionally save album photos to timeline or force-delete albums that still contain photos.
Instructions
Delete a Proton Photos album. Requires authentication and confirmed=true. By default refuses to delete an album that still contains photos — pass force=true to override. By default photos are removed from the album but kept in your timeline — pass save=true to explicitly preserve them in your timeline before deleting. albumPath must start with /albums/. Always show the user the album name and photo count (from photos_list_albums) before calling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| save | No | If true, save album photos to your timeline before deleting. Default false. | |
| force | No | If true, delete even if the album still contains photos. Default false. | |
| albumPath | Yes | Absolute path of the album to delete. Must start with /albums/. E.g. /albums/Vacation 2024 | |
| confirmed | Yes | Must be true. Confirms the user has acknowledged the deletion. |