---
title: "DEPRECATED: POST /api/v1/users/delete-account 已经做了此检查"
method: GET
path: "/api/v1/users/deletion/check"
tags: ["users", "android_app", "web_app", "NOT_USED"]
deprecated: true
---

# DEPRECATED: POST /api/v1/users/delete-account 已经做了此检查

`GET /api/v1/users/deletion/check`

> **Deprecated.**

检查用户是否可以删除账户

.. deprecated::
    此端点已废弃，请使用 POST /api/v1/users/delete-account 端点。
    删除账户时会自动执行相同的检查。

## Response `200`

Successful Response

- APIResponseDeletionCheckResponse
  - `code` integer
  - `message` string
  - `data` DeletionCheckResponse — 删除检查响应
    - `can_delete` boolean, required — 是否可以删除
    - `error_message` string, nullable — 错误信息
    - `active_subscription` boolean, nullable — 是否有活跃订阅

## Changes

- **2025-11-30** `64a35ff6429d` — 1 info
  - api tag `NOT_USED` added
- **2025-11-25** `05cf5f034c74` — 3 info
  - api tag `android_app` added
  - api tag `web_app` added
  - endpoint deprecated

[Change history](https://skmtc.dev/nascentcore/apis/inty-backend/changes/api/v1/users/deletion/check/get.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)
