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

# Delete current user

`DELETE /users/me`

Deletes the currently authenticated user. Use this with caution.

## Response `200`

Successful response

- object
  - `success` boolean, required — Always equal to true.

---

[API](https://skmtc.net/hexclave/apis/hexclave-rest-api-2.md) · [All operations](https://skmtc.net/hexclave/apis/hexclave-rest-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hexclave/hexclave-rest-api-2/revisions/32cad6484afa/schema)
