---
title: Delete a beta tester
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-betatesters-_id_
---

# Delete a beta tester

Remove a beta tester’s ability to test all apps.

## URL

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

## Path Parameters

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

## Response Codes

202 Accepted: 204 No Content: 400 Bad Request: An error occurred with your request. 401 Unauthorized: 403 Forbidden: Request not authorized. 404 Not Found: Resource not found. 429 :

## See Also

### Creating and Deleting Beta Testers

- [Create a beta tester](appstoreconnectapi/post-v1-betatesters.md)
