---
title: "Deletes the current user"
method: DELETE
path: "/user"
tags: ["User Management"]
deprecated: true
---

# Deletes the current user

`DELETE /user`

> **Deprecated.**

Used to delete the current user. Note that `config.account.allow_deletion` must be set to true.

## Response `204`

The user has been deleted

## Other responses

- `401` — Unauthorized
- `500` — Internal server error

---

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