Skip to main content

Remove an environment from a project.

DELETE 

/api/admin/projects/:projectId/environments/:environment

This endpoint removes the specified environment from the project.

Request

Path Parameters

    projectId stringrequired
    environment stringrequired

Responses

This response has no body.

Loading...