Delete automated project settings in batch
Deletes all automated project creation (APC) settings listed in automatedProjectIds and returns 204 No Content.
If any APC still has active projects, the request fails with 400 Bad Request unless ignoreActiveProjects is set to true. If any of the supplied identifiers does not exist, the request fails with 404 Not Found.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Query Parameters
When true, delete the APCs even if they still have active projects
Body
Identifiers of the automated project creation settings to delete
Identifiers of the automated project creation settings to operate on. Must contain at least one identifier.
Response
No Content