// Lifecycles

Delete a lifecycle phase

Remove a phase from a lifecycle.

DELETE/api/lifecycle/phase

Description

Removes a phase from a lifecycle. The lifecycle stays valid and the remaining phases keep their order.

Parameters

NameInTypeRequiredDescription
lifecycleId query string yes ID of the lifecycle.
phaseId query string yes ID of the phase to remove.

Errors

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