apps__beta_testers__remove
Remove beta testers from an app by unlinking their associations. Specify the app and beta tester IDs to update the testing group.
Instructions
Unlink beta testers from an app. [DELETE /v1/apps/{id}/relationships/betaTesters]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | App name, bundle ID (com.example.app) or numeric Apple ID. | |
| body | No | JSON:API request body (Apple schema: AppBetaTestersLinkagesRequest). |