This is the “Delete Account URL” the Google Play Data Safety form asks for, and the deletion link Apple Guideline 5.1.1(v) requires. Apple has enforced it since June 30, 2022; Google Play since May 31, 2024. Generate a GDPR/CCPA-compliant hosted page in 60 seconds — no coding needed.
No tracking. No paywall. Just generate & use.
Both Apple and Google enforce account deletion — but the rules differ. Here is what each platform requires.
| Rule | 🍎 Apple App Store | 🤖 Google Play |
|---|---|---|
| Rule reference | App Review Guideline 5.1.1(v) | User Data policy — Account deletion |
| Enforced since | June 30, 2022 | May 31, 2024 (initial deadline Dec 7, 2023) |
| Applies to | Apps that let users create an account | Apps that let users create an account |
| In-app deletion required? | Yes — must be initiated inside the app | Yes — an in-app path is required |
| Public web URL required? | Not mandatory, but recommended | Yes — a 'Delete Account URL' must be provided |
| Where the URL is declared | Support URL / in-app link | Data Safety form → Data deletion section |
| Data deleted must include | The full account and personal data | The full account + all associated data |
| Partial deletion (keep some data)? | Allowed if disclosed and lawful | Allowed — must be disclosed to the user |
| Grace period allowed? | Yes (commonly up to 30 days) | Yes — must be disclosed to the user |
| Consequence of non-compliance | App rejection / removal | Policy violation / app removal |
Our generator creates a hosted page that satisfies both platforms. Read the full Google Play guide →
Meets legal requirements for right to erasure (GDPR Article 17) and CCPA data deletion requests.
Share the stable URL in your app settings or link to it from App Store / Google Play listing.
Choose email, username, phone, or custom verification methods.
Deletion requests are sent directly to your support email with verification details.
Create and go live in under 60 seconds, completely free.
Pre-designed, mobile-friendly form that works for any app.
Since June 30, 2022, any app that supports account creation must also let users start account deletion from inside the app — not just deactivate or “contact support.” The path has to remove the account and its personal data, and you may point users to a hosted web page (like the one this tool generates) to complete or confirm the request. Apps that only hide the account, or that make users email you, are commonly rejected under 5.1.1(v).
Google Play requires two things for apps with accounts: an in-app deletion path, and a public web URL where a user can request deletion without downloading the app again. That URL is entered in the Data Safety form, under the “Data deletion” section, and it shows up on your store listing. The initial deadline was December 7, 2023; enforcement (including possible removal) began May 31, 2024. If the Data Safety answers don’t match your actual practice, that is itself a policy violation.
Both platforms treat “deactivate,” “pause,” or “disable” as separate from deletion. If you offer those, you still need a clearly labelled delete option that erases the account. A deletion flow that silently just deactivates is a frequent rejection reason.
You do not have to delete data you are legally required to retain — tax and transaction records, fraud-prevention logs, or data needed to resolve an active dispute. But Google Play requires you to disclose what is kept and why, and for how long. The generated page includes a “what we delete / what we retain” section so your hosted URL and your Data Safety answers say the same thing. Anonymized or aggregated data that can no longer be linked to the user can usually be kept without disclosure.
If your app offers Sign in with Apple, deleting the account is not enough — Apple’s review guidance (TN3194) expects you to call the token-revocation REST endpoint so Apple also drops the app from the user’s Apple ID:
POST https://appleid.apple.com/auth/revoke with the user’s refresh or access token and token_type_hint.revokeToken(withAuthorizationCode:)call; on other stacks you call the /auth/revoke REST endpoint directly.A grace period (commonly up to 30 days) where the user can cancel the request is allowed by both platforms, but it must be disclosed on the deletion page. During the grace period the account should be inaccessible, and after it the deletion must actually complete without further action from the user. You can set the grace-period text when you generate the page.
Related reading: Google Play Delete Account URL & Data Safety guide · App Privacy Policy Generator · App Support Page Generator
Yes, 100% free. No credit card required. Create unlimited account deletion pages at no cost.
For Google Play, the hosted page IS the required 'Delete Account URL' you enter in the Data Safety form — plus you need an in-app path. For Apple, deletion must be startable inside the app, but linking from there to a hosted page to complete the request is fine.
In Play Console, open the Data Safety form and go to the 'Data deletion' section. Paste the hosted page URL where it asks for the web link to request account deletion. It then appears on your store listing.
Apple has enforced Guideline 5.1.1(v) since June 30, 2022. Google Play's deadline was December 7, 2023, with enforcement (including possible removal) starting May 31, 2024.
No. Apple expects you to also call the token revocation endpoint (POST https://appleid.apple.com/auth/revoke) so Apple removes the app from the user's Apple ID. Do this before you erase the stored Apple token. The generated page explains the flow for Node, Swift and Firebase.
No. You can retain data you are legally required to keep (tax records, fraud logs, active-dispute data) or fully anonymized data. Google Play requires you to disclose what is retained and why — the generated page includes a 'what we delete vs. retain' section for that.
Yes. The account deletion page meets GDPR Article 17 (right to be forgotten) and CCPA requirements. Users can submit a request and you handle the actual deletion in your system.
All requests are sent to the email address you provide. You handle the actual account deletion through your own systems.
Yes. You can set your app name, contact email, verification methods, grace period, and data deletion scope. Everything is free — no premium plan required.
No. Deletion requests are forwarded to your email and not stored on our servers.
Takes less than 60 seconds. Works for App Store and Google Play. Free.
Generate Free Deletion PageAlso see: App Privacy Policy Generator · App Support Page Generator · Google Play Delete Account URL Guide