beta_groups__builds__remove
Remove builds from a beta group to control which testers can access them. Unlink specific builds by providing the beta group ID and build IDs.
Instructions
Unlink builds from a beta group. [DELETE /v1/betaGroups/{id}/relationships/builds]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | No | JSON:API request body (Apple schema: BetaGroupBuildsLinkagesRequest). |