apps__beta_testers__remove
Remove specified beta testers from an app's testing group by unlinking them via their IDs.
Instructions
Unlink beta testers from an app. [DELETE /v1/apps/{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: AppBetaTestersLinkagesRequest). |