Description: Deletes an environment from the specified project.
Since: 7.53.1
Security: Requires a Project Admin or a user assigned the Administer the Platform role.
Usage: DELETE /access/api/v1/projects/{project_key}/environments/{environment_name}
Authentication: Requires token-based authentication.
Status Codes:
Code | Description |
---|---|
204 | Deleted |
400 | Bad Request |
401 | Unauthorized |
403 | Forbidden |
404 | Not Found |