---
title: "POST /user/delete"
method: POST
path: "/user/delete"
---

# POST /user/delete

`POST /user/delete`

Delete a user and their data.

## Request body

- object
  - `external_user_id` string, required — Your unique identifier for the user.

## Response `200`

Successful request.

- object
  - `message` string — Success message.

## Other responses

- `400` — Bad request.
- `401` — Unauthorized request.
- `500` — Internal server error.

---

[API](https://skmtc.net/knotapi/apis/knot-api.md) · [All operations](https://skmtc.net/knotapi/apis/knot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/knotapi/knot-api/versions/4610832c2087/schema)
