---
title: Remove access for beta groups to a build
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-builds-_id_-relationships-betagroups
---

# Remove access for beta groups to a build

Remove access to a specific build for all beta testers in one or more beta groups.

## URL

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

## 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 Build Access

- [Add access for beta groups to a build](appstoreconnectapi/post-v1-builds-_id_-relationships-betagroups.md)
- [Assign individual testers to a build](appstoreconnectapi/post-v1-builds-_id_-relationships-individualtesters.md)
- [Remove individual testers from a build](appstoreconnectapi/delete-v1-builds-_id_-relationships-individualtesters.md)
