// Lifecycles

Detach phase environment

Remove an environment from a phase.

DELETE/api/lifecycle/phase/environment

Description

Detaches an environment from a phase. The environment is not deleted.

Parameters

NameInTypeRequiredDescription
lifecycleId query string yes ID of the lifecycle.
phaseId query string yes ID of the phase.
environmentId query string yes ID of the environment.

Errors

StatusMeaning
400 Invalid IDs.
401 Missing or invalid Basic auth credentials, or the service account lacks the required role.