Skip to main content

Remove an environment from a project.

DELETE 

<your-unleash-url>/api/admin/projects/:projectId/environments/:environment

This endpoint removes the specified environment from the project.

Request

Responses

This response has no body.

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: API key needed to access this API
curl -L -X DELETE '<your-unleash-url>/api/admin/projects/:projectId/environments/:environment' \
-H 'Authorization: <API_KEY_VALUE>'
Request Collapse all
Base URL
<your-unleash-url>
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!