ungroup_layers
Dissolve a group: its children are spliced into the group's parent at the group's old position. The group's animation tracks are discarded — children survive at their last positions but inherit none of the group's keyframes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| groupId | Yes | Bare group id (no 'group.' prefix), e.g. "header" for group.header. | |
| projectId | Yes | Opaque project id (a v4 UUID, from list_projects/create_project). Selects which existing project this call mutates. |