---
title: Remove beta testers from a beta group
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-betagroups-_id_-relationships-betatesters
---

# Remove beta testers from a beta group

Remove a specific beta tester from a one or more beta groups, revoking their access to test builds associated with those groups.

## URL

DELETE https://api.appstoreconnect.apple.com/v1/betaGroups/{id}/relationships/betaTesters

## Path Parameters

id: An opaque resource ID that uniquely identifies the resource.

## Response Codes

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 :

## See Also

### Adding and Removing Builds and Testers

- [Add beta testers to a beta group](appstoreconnectapi/post-v1-betagroups-_id_-relationships-betatesters.md)
- [Add builds to a beta group](appstoreconnectapi/post-v1-betagroups-_id_-relationships-builds.md)
- [Remove builds from a beta group](appstoreconnectapi/delete-v1-betagroups-_id_-relationships-builds.md)
