---
title: "DELETE /v1/account"
method: DELETE
path: "/v1/account"
tags: ["AccountService"]
---

# DELETE /v1/account

`DELETE /v1/account`

DeleteAccount 自助删除当前账户（软删）。前置校验：不能拥有活跃团队；钱包余额必须为 0。
 请求不接受任何参数，被删除者恒为当前登录用户；成功后当前 access/refresh token 立即失效。

## Response `200`

OK

- AccountV1DeleteAccountReply — DeleteAccountReply 自助删除账户响应。
  - `userId` string — 被删除的用户 ID，用于前端确认或审计。

---

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