---
title: Remove a user account
framework: appstoreconnectapi
role: symbol
role_heading: Web Service Endpoint
path: appstoreconnectapi/delete-v1-users-_id_
---

# Remove a user account

Remove a user from your team.

## URL

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

## Path Parameters

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

## Response Codes

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

### Modifying and Removing User Accounts

- [Modify a user account](appstoreconnectapi/patch-v1-users-_id_.md)
