I have a lot of unused and old sonarqube projects which I need to delete. With the Sonarqube API (Bulk-delete) I can only delete the projects by ID but I need to delete all projects which are older than 3 months. Is there a way to delete all projects older than 3 months maybe with a script? I can't delete them by hand because there are too many projects. I tried to google my problem but the only script I've found was a python script and I have no idea how to use it.
Thanks!