2026-06-06 · Platform
Self-service account deletion (App Store 5.1.1(v)) + per-project grace
- `auth.deleteAccount()` across React Native / iOS / Android — deletes the signed-in user's account for Apple Guideline 5.1.1(v). Returns `purged` or `pending` with a `scheduledPurgeAt`.
- Per-project grace window (Settings → Sign-in → Advanced): sessions are revoked immediately; the account hard-deletes at the deadline unless the user signs back in to cancel.