---
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

## Changes

- **2026-08-14** `e202091512bc` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/mozilla-ai/apis/clawbolt/changes/api/admin/users/:user_id/delete.md)

---

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