Contents

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/betaTesters

Path Parameters

NameTypeDescription
id Requiredstring

An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List Apps response.

Response Codes

StatusReasonTypeDescription
202Accepted

204No Content

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

404Not Found
Content-Type: application/json
ErrorResponse

Resource not found.

409Conflict
Content-Type: application/json
ErrorResponse

The provided resource data is not valid.

422
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

Discussion

Example Request and Response

HTTP Body

See Also

Getting beta tester information for TestFlight