---
title: "Preview what deleting the authenticated user's account would do"
method: GET
path: "/api/v1/me/deletion-preview"
tags: ["Me"]
---

# Preview what deleting the authenticated user's account would do

`GET /api/v1/me/deletion-preview`

Proxies entire-core's deletion preview for the calling account: whether deletion is blocked (owned orgs), and the manifest of what would be permanently deleted (personal repos + GitHub mirrors, profile PII) and unlinked (grants, memberships). Read-only; requires a valid session cookie. Nothing is scheduled.

## Response `200`

Deletion preview manifest

- object
  - `blocked` boolean, required
  - `blockers` object[]
    - `kind` string, required
    - `id` string, required
    - `name` string, required
    - `message` string, required
  - `willDelete` object
    - `repos` object[]
      - `id` string, required
      - `name` string, required
      - `cluster` string
    - `profileDataNote` string
  - `willUnlink` object
    - `grants` object[]
      - `resourceType` string, required
      - `resourceId` string, required
      - `resourceName` string, required
      - `role` string, required
      - `jurisdiction` string
    - `memberships` object[]
      - `orgId` string, required
      - `name` string, required

## Other responses

- `401` — Not authenticated
- `502` — entire-core upstream error
- `503` — entire-core is not configured

---

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