Does SonarQube API return bulk deleted projects

Version: SonarQube 6.7.6

We are working on creating an automated process to remove old projects from SonarQube. We would like to use the Web API to achieve this and would like to have a log of which projects are deleted. Does the bulk_delete projects endpoint return any information about the projects that are deleted, or would we first need to search for the projects in order to get this information?

Hi @Sentry_Brady and welcome on the SonarSource community forum !

First of all, I would highly recommend you to migrate to the latest LTS version of SonarQube : 7.9.
Then, to answer your question, no, WS api/projects/bulk_delete does not return the list of deleted projects.

Regards

Thank you for the information on the endpoint. We are aware of version 7.9 and are planning for an upgrade next month.