Account and security
Deleting your account
The request-and-confirm flow on the web, the type-DELETE flow in the app, what is erased, and why an Apple subscription has to be cancelled separately.
Updated · 2 min read
Account deletion is self-service, completes inside the product, and is permanent.
In the iOS app
Account, Delete account. Type DELETE to confirm. The deletion completes in the app (DELETE /api/account); the app signs out and unregisters the device.
On the web
- Settings, Account, Delete account (
POST /api/auth/delete-account/request). A confirmation email is sent. - Follow the link, or enter the code, to confirm (
POST /api/auth/delete-account/confirm).
What is erased
Your user record, every domain and its scan history, change events, lookalike results, DMARC reports and the report address, monitored addresses and their cached breach results, API keys, conversations, compliance records, device tokens, and credits. The audit log entry recording the deletion is kept.
What is not
- An Apple subscription. DomainGuard cannot cancel it. Cancel under Manage subscription (Apple's settings) before deleting, or it renews against an account that no longer exists and the charge has to be refunded through Apple.
- Aggregate and anonymised records that identify no person: the status catalogue, the vulnerability feeds, and operational error records, which are pruned on their own schedule (see Privacy and retention).
Before you delete
- Export anything you want to keep: the PDF report, the accessibility audit JSON, the lookalike evidence pack. Nothing can be recovered afterwards.
- Cancel the Apple subscription.
- Rotate or revoke API keys that scripts still use, so they fail loudly rather than mysteriously.
Sign out is not delete
Sign out keeps the account and everything in it; Delete account does not. Both are rows in the app's Account list, and Delete is deliberately not red so it is read rather than reflexed.
Common questions
I deleted by mistake. There is no undo. Create a new account; domains can be re-added and re-scanned, but history is gone.
Will you email me after? Only the confirmation of deletion. The address is removed from every list.
Keep reading
Related articles
- Sign in with AppleSign in with Apple on the iOS app and on the website, what happens with a hidden relay email, linking Apple to an existing email account, and revocation.Account and security ·Updated
- Two-factor authenticationTime-based one-time codes from an authenticator app, set up on the web dashboard, with eight recovery codes; how the iOS app and the API behave once it is on.Account and security ·Updated
- Create an accountHow to register with email or Sign in with Apple, verify your address, and what a free account holds from day one.Getting started ·Updated
