---
title: "Delete Own Account"
method: DELETE
path: "/v0/user/delete-account"
tags: ["User"]
---

# Delete Own Account

`DELETE /v0/user/delete-account`

Delete the current user's account (self-service).

Requires email confirmation to prevent accidental deletion.
Permanently removes all user data - this action cannot be undone.

Blocked if:
- User has pending bills
- User owns organizations (must transfer ownership first)

## Request body

- AccountDeletionConfirmation — Confirmation required for account deletion.
  - `confirm_email` string, required

## Response `200`

Successful Response

- AccountDeletionResponse — Response after account deletion attempt.
  - `success` boolean, required
  - `message` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/unify/apis/unifyai-http-api-reference.md) · [All operations](https://skmtc.net/unify/apis/unifyai-http-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unify/unifyai-http-api-reference/revisions/900377f918b6/schema)
