// Rolling Groups

Dissolve a rolling group

Dissolve a group. Its steps are kept and released from it.

DELETE/api/project/rolling-group

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

NameInTypeRequiredDescription
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

StatusMeaning
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.