beta_groups__beta_testers__remove
Remove beta testers from a beta group by providing the group ID and a list of tester IDs. Uses the Apple App Store Connect API to unlink testers.
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). |