---
title: "Delete a user"
method: DELETE
path: "/users/me"
tags: ["Users"]
---

# Delete a user

`DELETE /users/me`

Deletes the currently authenticated user together with all their data.

## Response `201`

Created

- ResponsesNoContent
  - `message` string, required
  - `status` string, required

## Other responses

- `401` — Unauthorized
- `500` — Internal Server Error

---

[API](https://skmtc.net/ndolestudio/apis/httpsms-api-reference.md) · [All operations](https://skmtc.net/ndolestudio/apis/httpsms-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ndolestudio/httpsms-api-reference/versions/ddd090b6b679/schema)
