beta_groups__beta_testers__remove
Unlink beta testers from a beta group by submitting their IDs in a JSON:API request, removing their access to builds distributed through that group.
Instructions
Unlink beta testers from a beta group. [DELETE /v1/betaGroups/{id}/relationships/betaTesters]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | No | JSON:API request body (Apple schema: BetaGroupBetaTestersLinkagesRequest). |