Immich icon

Immich

Interact with Immich, a self-hosted photo and video management solution

Overview

This node interacts with the Immich API to delete an album by its ID. It is useful in scenarios where you need to programmatically manage photo and video albums, such as cleaning up unused or obsolete albums in a self-hosted photo and video management system. For example, you can automate the deletion of albums that are no longer needed or remove albums based on certain criteria in a workflow.

Use Case Examples

  1. Deleting an album by specifying its Album ID to remove it from the Immich system.
  2. Automating album cleanup in a photo management workflow by deleting albums that meet specific conditions.

Properties

Name Meaning
Album ID The unique identifier of the album to be deleted, required to specify which album to remove.
Request Options Additional options to customize the request behavior, including batching, SSL certificate validation, proxy settings, and timeout duration.

Output

JSON

  • success - Indicates whether the album deletion was successful.
  • message - Additional information or confirmation message about the deletion operation.

Dependencies

  • Requires an API key credential for Immich API authentication.

Troubleshooting

  • Ensure the Album ID is correct and exists in the Immich system to avoid errors.
  • Check network connectivity and proxy settings if requests fail to reach the server.
  • If SSL certificate validation fails, consider enabling the option to ignore SSL issues, but be aware of security risks.
  • Timeout errors may occur if the server is slow to respond; adjust the timeout setting accordingly.

Discussion