DELETE /api/v3/envs/ID

Deletes an environment

An environment can be only be deleted by one of the following:

  • The project manager.
  • A team manager, if the environment belongs to one of the team members, including end user environments owned by team members.
  • A team member, if the environment is an end user environment and the team member is the owning project member for the environment.
  • The owner of the environment.

Request Path

DELETE /api/v3/envs/{envID}

Request Payload

None

Parameters

{envID} The Id of the environment. To retrieve environment IDs, use GET /api/v3/envs.

Response

None