Home / Resources / API Reference

Lifecycle

Base route: /api/lifecycle

Delete phase environment

Removes an environment assignment from a specific phase in the lifecycle.

Request

Parameters
lifecycleId
string
required
ID of the parent lifecycle.
environmentId
string
required
ID of the environment to remove.
Query string

DELETE /api/lifecycle/phase/environment? lifecycleId=...&phaseId=...&environmentId=...

Response

200 OK