delete_album
Remove an album grouping without deleting its photos. Permanently deletes the album container, keeping all photos safe in the library.
Instructions
Delete an album container. The photos inside are NOT deleted — they remain in the library. Use this to remove unwanted album groupings. Side effect: permanently deletes the album (cannot be undone).
Args:
album_id: The album's UUID to delete.
Returns: JSON with success, the deleted album's id and album_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| album_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |