---
title: "Delete current user account"
method: DELETE
path: "/v1/users/{id}"
tags: ["Users"]
---

# Delete current user account

`DELETE /v1/users/{id}`

## Path parameters

- `id` integer, required

## Request body

- UserDestroy
  - `reason` string
  - `comment` string

## Response `204`

No content

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.dev/thenx/apis/thenx-api-v1.md) · [All operations](https://skmtc.dev/thenx/apis/thenx-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thenx/thenx-api-v1/revisions/22181b7aed6a/schema)
