---
title: "Request Account Deletion"
method: POST
path: "/api/user/account-deletion-request"
---

# Request Account Deletion

`POST /api/user/account-deletion-request`

Email support with an account-deletion request.

This endpoint NOTIFIES ONLY — it deletes nothing, disables nothing, and
starts no automated purge. The actual close-out is performed by an operator
running the `close-account` skill against production. Deliberately kept
inert so the button can ship ahead of the automated deletion pipeline
(see plans/2026-07-26-self-serve-account-deletion.md).

## Query parameters

- `user_id` string
- `org_id` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/every/apis/every-api.md) · [All operations](https://skmtc.net/every/apis/every-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/every/every-api/versions/9744001af85d/schema)
