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 string required
  • environment string required
Responses

This response has no body.

Loading...