builds__individual_testers__remove
Remove individual testers from a build to revoke their testing access. Provide the build ID and the beta tester IDs to update the relationship.
Instructions
Unlink individual testers from a build. [DELETE /v1/builds/{id}/relationships/individualTesters]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | No | JSON:API request body (Apple schema: BuildIndividualTestersLinkagesRequest). |