---
title: "Delete user account"
method: DELETE
path: "/users/delete-account"
tags: ["Users"]
---

# Delete user account

`DELETE /users/delete-account`

Deletes the authenticated user's account.

## Request body

- object
  - `password` string

## Response `200`

Account deleted successfully.

## Other responses

- `400` — Password is required.
- `401` — Incorrect password.
- `403` — Cannot delete external authentication accounts or the last admin user.
- `404` — User not found.
- `500` — Failed to delete account.

---

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