---
title: "Delete a user by ID"
method: DELETE
path: "/v1/users/{user_id}"
tags: ["users"]
---

# Delete a user by ID

`DELETE /v1/users/{user_id}`

Delete an existing user by their unique GlobalID.

## Path parameters

- `user_id` string, required — The GlobalID of the user (e.g. 'VXNlcjox').

## Response `204`

No content returned on successful deletion.

## Other responses

- `403` — Cannot delete the default admin or system user
- `404` — User not found.
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-phoenix-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-phoenix-rest-api/versions/a14d8ad6f708/schema)
