You can delete your Loyalty Club account from Settings. The flow requires re-entering your password as a security check.
How
- 01Open Settings
From the home screen.
- 02Find the Delete Account section
At the bottom of the Settings page.
- 03Enter your password
The Delete Account input asks for your password (
deletePassword). The action button is disabled until you enter one. - 04Confirm
Submitting calls
deleteAccount(password). If the password is wrong, an inline error shows ("Invalid password. Please try again.") - 05Logout
On successful deletion the app logs you out.
What we don’t document precisely
- Exactly which data is deleted vs retained for compliance — handled at the backend; not visible in the audited Settings code.
- Reversibility window — not visible in the audited code. Treat deletion as permanent.
- TEDS forfeiture on deletion — not explicit in the audited Settings code. If you have a meaningful TEDS balance, consider spending it (Spending TEDS on other partners) or donating to a cause first.
In one sentence
Settings → Delete Account → enter password → confirm. Treat as permanent.