---
title: Remove a beta tester’s access to apps
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-betatesters-_id_-relationships-apps
---

# Remove a beta tester’s access to apps

Remove a specific beta tester’s access to test any builds of one or more apps.

## URL

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

## Path Parameters

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

## 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 :

## See Also

### Assigning Groups and Access

- [Add a beta tester to beta groups](appstoreconnectapi/post-v1-betatesters-_id_-relationships-betagroups.md)
- [Remove a beta tester from beta groups](appstoreconnectapi/delete-v1-betatesters-_id_-relationships-betagroups.md)
- [Individually assign a beta tester to builds](appstoreconnectapi/post-v1-betatesters-_id_-relationships-builds.md)
- [Individually unassign a beta tester from builds](appstoreconnectapi/delete-v1-betatesters-_id_-relationships-builds.md)
