Bank Connections
Delete Account
Deleting your account will purge all account data and remove you from all future communications. Your account can not be resurrected.
Your subscription is billed by Apple — deleting your account will not stop the charges
You subscribed to SortMe through the Apple App Store. We can't cancel Apple subscriptions for you — you must cancel it yourself in the App Store, or Apple will keep charging you after your account is gone.
On a free trial? Cancel it too, or it will become a paid subscription.
BOOST Annual · via Apple App Store
Next Apple charge: $249.00 on 14 Jul 2026
This will immediately delete your SortMe account
Type in your password to delete the account
What this is. The delete-account flow for a user whose active subscription or trial was purchased through the Apple App Store (detected via RevenueCat purchase platform — never the current device). Ticket SOR-9890; chosen direction: Concept A — dedicated gate step (see DESIGN.md).
?screen=final-error; enter password hunter2 to trigger the error live).Who sees what. This file = App Store subscriber. stripe.html = everyone else (flow unchanged, 2 steps, no gate). Detection: provider revenuecat + status ACTIVE/TRIAL + store APP_STORE; PLAY_STORE (auto-cancelled), Stripe (auto-cancelled) and CANCELLED-in-grace never see the gate.
Faked vs real. Plan card data, password check, and deletion are hard-coded here. On build: detection flag from the backend (add store/provider to subscription_details), deletion via DELETE /api/v1/users. Toggle Annotations for element-level build notes.