As I moved all my photos away from Google Photos to my self-hosted Immich instance, I needed a possibility to delete all photos and albums from Google Photos.
To delete all photos, there is an API call available so you could write a script to do that. Or you can just use this Chrome plugin (works also in MS Edge).
However, there seems to be no possibility to batch delete all the remaining empty albums from Googel Photos. There is just no API call and therefore no possibility to script that.
As I did not want to manually delete, click by click, all my over 200 albums, I created a small, quick & dirty script for Autohotkey:
(more…)