Remove Specified Beta Testers from All Groups and Builds of an App
Remove one or more beta testers’ access to test any builds of a specific app.
URL
DELETE https://api.appstoreconnect.apple.com/v1/apps/{id}/relationships/betaTestersPath Parameters
| Name | Type | Description |
|---|---|---|
id Required | string | An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List Apps response. |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 202 | Accepted | ||
| 204 | No Content | ||
| 401 | Unauthorized Content-Type: application/json | ErrorResponse | |
| 403 | Forbidden Content-Type: application/json | ErrorResponse | Request not authorized. |
| 404 | Not Found Content-Type: application/json | ErrorResponse | Resource not found. |
| 409 | Conflict Content-Type: application/json | ErrorResponse | The provided resource data is not valid. |
| 422 | Content-Type: application/json | ErrorResponse | |
| 429 | Content-Type: application/json | ErrorResponse |