---
title: "Purge User"
method: DELETE
path: "/api/admin/users/{user_id}"
tags: ["admin"]
---

# Purge User

`DELETE /api/admin/users/{user_id}`

Hard delete a user and every trace of their data.

Physically removes the user row, cascades to OSS data (sessions,
messages, channels, media, memory, heartbeats), drops multi-user rows
(subscription, quotas, archived usage), and clears on-disk data.
The user can re-onboard cleanly with the same identity afterwards.

## Path parameters

- `user_id` string, required

## Response `200`

Successful Response

- StatusResponse
  - `status` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/clawbolt.md) · [All operations](https://skmtc.net/mozilla-ai/apis/clawbolt/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/clawbolt/revisions/0e52fe5f8d33/schema)
