builds__beta_groups__remove
Remove beta groups from a build by unlinking their relationship. Specify the build ID and beta group IDs to disconnect them from testing.
Instructions
Unlink beta groups from a build. [DELETE /v1/builds/{id}/relationships/betaGroups]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | No | JSON:API request body (Apple schema: BuildBetaGroupsLinkagesRequest). |