beta_testers__builds__remove
Remove builds from a beta tester's assigned list to revoke access. Use this action when a tester should no longer test specific builds.
Instructions
Unlink builds from a beta tester. [DELETE /v1/betaTesters/{id}/relationships/builds]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| body | No | JSON:API request body (Apple schema: BetaTesterBuildsLinkagesRequest). |