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

## Changes

> 25 revisions in range; 1 could not be searched.

- **2024-11-25** `7314bc020e3a` — 1 info
  - endpoint added
- **2023-12-22** `7e5887f7aceb` — 1 breaking
  - api removed without deprecation

[Change history](https://skmtc.dev/ndolestudio/apis/httpsms-api-reference/changes/users/me/delete.md)

---

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