Delete Environment
DELETE/v1/environments/:environmentId
This endpoint removes an Environment identified by the environmentId
parameter.
If the cleanupAuditLogs
flag is set to true, it also deletes the audit log records related to the environment
(except for the Created a new environment
and Deleted an environment
records).
Request
Path Parameters
environmentId uuidrequired
The identifier of the Environment.
Query Parameters
cleanupAuditLogs boolean
An optional flag which indicates whether the audit log records related to the environment should be deleted or not.
Responses
- 204
- 400
- 404
- 429
When the delete was successful.
Bad request.
Not found.
Too many requests. In case of the request rate exceeds the rate limits.
Loading...