---
title: Remove specified beta testers from all groups and builds of an app
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-apps-_id_-relationships-betatesters
---

# 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

id: An opaque resource ID that uniquely identifies the resource. Obtain the app resource ID from the List apps response.

## Response Codes

202 Accepted: 204 No Content: 400 Bad Request: 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 409 Conflict: The provided resource data is not valid. 422 : 429 :

## Discussion

Discussion Example Request and Response

## See Also

### Getting beta tester information for TestFlight

- [List all beta groups for an app](appstoreconnectapi/get-v1-apps-_id_-betagroups.md)
- [List beta group IDs for an app](appstoreconnectapi/get-v1-apps-_id_-relationships-betagroups.md)
