---
title: "Cancel the authenticated user's pending account deletion"
method: POST
path: "/api/v1/me/cancel-deletion"
tags: ["Me"]
---

# Cancel the authenticated user's pending account deletion

`POST /api/v1/me/cancel-deletion`

Explicitly cancels a pending deletion at entire-core, restoring full access. Allowed during the 7-day cooldown even though the session is otherwise restricted. Idempotent — succeeds whether or not a deletion was pending. Requires a valid session cookie and CSRF token; the session is left intact.

## Response `200`

Pending deletion cancelled (or nothing was pending)

- object
  - `success` true, 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/1134b24b642f/schema)
