Description
Dissolves a rolling group. Its steps stay in the project and keep their order - they simply stop being rolled together. Dissolving a group is not a reason to delete the work it grouped.
Returns an empty body; success is the status code.
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
projectId |
query | string | yes | The project the group belongs to. |
rollingGroupId |
query | string | yes | The group to dissolve. |
Response body
None. Success is the 200 status code and the body is empty.
Errors
| Status | Meaning |
|---|---|
400 |
rollingGroupId was missing or blank - invalid rolling group ID. |
400 |
projectId is missing or names a project that does not exist. |
401 |
Missing or invalid Basic auth credentials, or the service account may not edit this project. |