Description
Removes a phase from a lifecycle. The lifecycle stays valid and the remaining phases keep their order.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
lifecycleId |
query | string | yes | ID of the lifecycle. |
phaseId |
query | string | yes | ID of the phase to remove. |
Errors
| Status | Meaning |
|---|---|
400 |
Invalid lifecycleId or phaseId. |
401 |
Missing or invalid Basic auth credentials, or the service account lacks the required role. |