---
title: "Delete Account"
method: DELETE
path: "/auth/me"
tags: ["auth"]
---

# Delete Account

`DELETE /auth/me`

Delete the current user's account.

Companies are archived, the conglomerate is hard-deleted, and the user row
is soft-deleted (deleted_at set). The soft-delete preserves the normalized
email so the signup collision check at /auth/callback continues to block
re-signup with the same mailbox, closing the referral-credit farming loop.

## Response `204`

Successful Response

---

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