---
title: "Schedule deletion of the authenticated user's account (7-day cooldown)"
method: DELETE
path: "/api/v1/me"
tags: ["Me"]
---

# Schedule deletion of the authenticated user's account (7-day cooldown)

`DELETE /api/v1/me`

Requests deletion of the calling account at entire-core. This is a soft delete: the account enters a 7-day cooldown, its sessions and tokens are revoked, and a reaper hard-deletes it (cascading its mirrored repos) once the cooldown elapses. Logging back in during the window cancels the deletion. On success the browser session is invalidated and its cookies cleared. Requires a valid session cookie and CSRF token.

## Response `200`

Account deletion scheduled

- object
  - `success` true, required

## Other responses

- `401` — Not authenticated
- `409` — Blocked: the account owns one or more orgs; resolve them first
- `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)
