auth

Delete Account

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.

delete/auth/me

Response

Successful Response

Changes

No recorded changes to this endpoint across all 1 revision of this API.