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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response