auth

Delete User Account

Delete the current user's account and all associated data.

Removes the user from the database (including Stripe subscription cancellation) and then from Supabase auth. Returns 207 if the database deletion succeeds but the Supabase deletion fails.

delete/api/v1/auth/me

Response

Successful Response

{"stackTrail":"paths:/api/v1/auth/me:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

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