Projects

Delete Environment

Delete environment by name or UUID. Environment must be empty.

delete/projects/{uuid}/environments/{environment_name_or_uuid}

Path parameters

uuidstring required

Project UUID

environment_name_or_uuidstring required

Environment name or UUID

Response

Environment deleted.

messagestring

Example response

{
  "message": "Environment deleted."
}

Changes

No recorded changes to this endpoint across all 55 revisions of this API.