---
title: "Can Delete Account"
method: GET
path: "/v0/user/can-delete-account"
tags: ["User"]
---

# Can Delete Account

`GET /v0/user/can-delete-account`

Pre-flight check for account deletion.

Returns whether the current user can delete their account,
and if not, the reasons why (pending bills, org ownership, etc.).

## Response `200`

Successful Response

- CanDeleteAccountResponse — Response for pre-flight deletion check.
  - `can_delete` boolean, required
  - `blockers` DeletionBlockerResponse[], required
    - `reason` 'pending_bills' | 'organization_owner' | 'user_not_found', required
    - `details` object, required

---

[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)
