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

# Delete User

`DELETE /users/{client_user_id}`

Delete all data associated with a `client_user_id`. Note that the actual delete happens asynchronously, so data for this User may still be available through the API for a few minutes after a delete request is made.

## Path parameters

- `client_user_id` string, required

## Headers

- `Arcadia-Version` string, required

## Response `204`

No Content

## Other responses

- `404` — Not Found
- `422` — Unprocessable Entity

---

[API](https://skmtc.dev/arcadia/apis/arcadia-api-reference.md) · [All operations](https://skmtc.dev/arcadia/apis/arcadia-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/arcadia/arcadia-api-reference/revisions/468f1c903722/schema)
