Delete automated project settings
Automations
Delete automated project settings
Deletes the automated project creation (APC) settings identified by settingsId and returns 204 No Content.
If the APC still has active projects, the request fails with 400 Bad Request unless ignoreActiveProjects is set to true, in which case the APC is deleted regardless of its active projects.
DELETE
Delete automated project settings
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.
Path Parameters
Identifier of the automated project creation settings
Query Parameters
When true, delete the APC even if it still has active projects
Response
No Content