---
title: "Delete User"
method: DELETE
path: "/v1/users/{user_id}"
tags: ["Users"]
---

# Delete User

`DELETE /v1/users/{user_id}`

Delete a user by user ID.

## Path parameters

- `user_id` string, required — ID of the user.

## Headers

- `privy-app-id` string, required — ID of your Privy app.

## Response `204`

User successfully deleted.

## Other responses

- `404` — User not found.

---

[API](https://skmtc.dev/privy-io/apis/privy-api.md) · [All operations](https://skmtc.dev/privy-io/apis/privy-api/llms.txt) · [OpenAPI document](https://skmtc.dev/privy-io/apis/privy-api/revisions/0cb2f3a660d6?raw)
