---
title: "Delete My Account"
method: POST
path: "/api/account/deletion"
---

# Delete My Account

`POST /api/account/deletion`

Delete the caller's own account within this organization (immediate).

Their personal data goes; the organization's business records stay, with their
attribution reassigned. See purge_org_user().

## 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/revisions/258e1255081d/schema)
