Skip to main content

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

When the delete was successful.

Loading...