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?