---
title: "Delete User Account"
method: POST
path: "/api/v1/users/delete-account"
tags: ["users", "android_app", "web_app", "NOT_USED"]
---

# Delete User Account

`POST /api/v1/users/delete-account`

删除用户账户

## Request body

- AccountDeletionRequest — 账户删除请求
  - `reason` string, nullable — 删除原因
  - `request_id` string, nullable

## Response `200`

Successful Response

- APIResponseAccountDeletionResponse
  - `code` integer
  - `message` string
  - `data` AccountDeletionResponse — 账户删除响应
    - `success` boolean, required — 是否删除成功
    - `message` string, required — 删除结果消息
    - `user_id` string, required — 用户ID
    - `deletion_log_id` string, nullable — 删除日志ID
    - `anonymized_fields` string[], nullable — 已匿名化的字段列表

## Other responses

- `422` — Validation Error

## Changes

- **2025-11-30** `64a35ff6429d` — 1 info
  - api tag `NOT_USED` added
- **2025-11-25** `05cf5f034c74` — 2 info
  - api tag `android_app` added
  - api tag `web_app` added
- **2025-09-29** `bd9470194fe1` — 1 info
  - added the new optional request property `anyOf[subschema #1: AccountDeletionRequest]/request_id`

[Change history](https://skmtc.dev/nascentcore/apis/inty-backend/changes/api/v1/users/delete-account/post.md)

---

[API](https://skmtc.dev/nascentcore/apis/inty-backend.md) · [All operations](https://skmtc.dev/nascentcore/apis/inty-backend/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nascentcore/inty-backend/revisions/1e014c365df2/schema)
