Google Play Guide

The Google Play Data Deletion URL requirement

As of 2024, Google Play requires every app that supports user accounts to provide a dedicated data deletion URL — a page where users can request deletion of their account and associated data without needing to install or open the app. If you've received a policy warning in Play Console, this is almost always why. This guide explains where the field lives, what the linked page must describe, and how Google's automated scans re-validate it over time.

Where the Data Deletion URL goes

In Google Play Console, open your app → Policy → App content → Data safety. Scroll to the 'Data deletion' section. You'll see a question asking whether users can request their data be deleted. Answer 'Yes' and Google will reveal a URL field where you paste your hosted deletion page.

The URL must be publicly accessible, must not require login to view, and must describe the deletion process in plain language. Google's automated checks periodically re-validate this URL, so it has to stay live — if the page goes down or starts 404ing, your app can get surfaced in the Play Console policy warnings section until you fix it.

What the page must contain

Google requires the page to clearly state: (1) which types of data will be deleted vs. retained, (2) how a user initiates a deletion request (email address, form, or in-app flow), and (3) how long the deletion takes to process. If your app retains certain data for legal or tax reasons — for example, transaction records you must keep for 7 years — the page must say so explicitly and list the retention period.

The page must describe two separate flows if your app supports them: deletion of the account itself, and deletion of specific data tied to the account. Google's policy team cares that users can request partial deletion (e.g. 'delete my content but keep my account') when that's technically possible.

The most common rejection reasons

Apps get flagged when the deletion page is missing entirely, when it requires users to log in to view it, when it only describes deletion of the account without mentioning the underlying data, or when it forces users to email an address that isn't monitored. Google's review team will test the flow, so the contact method you list has to actually work.

Another common flag: the deletion page lives on a different domain than the app's listed privacy policy. That's not technically a rejection cause, but it can confuse the automated scanner into thinking the page isn't really yours. Hosting both on the same subdomain (like yourapp.baseterms.com/privacy and yourapp.baseterms.com/deletion) avoids the issue.

Generate a compliant deletion page

BaseTerms generates a Data Deletion page alongside your Privacy Policy, Terms, and Support pages — all hosted on the same subdomain at yourapp.baseterms.com/deletion. The page describes the deletion request flow, retention exceptions, and contact method that Google's scanner looks for. Paste the URL into Play Console and the policy warning clears on the next scan.

Ready to ship?

Generate your compliance pages now — FREE

Privacy Policy, Terms, Support, and Data Deletion — all 4 pages, ready to paste into App Store Connect and Google Play Console. Copy the raw Markdown free or host on a custom subdomain for $9 one-time.

Generate my compliance pages FREE

One-time payment. No subscription. No renewal fees.

Common questions

My app has no accounts. Do I still need this?
No. The Data Deletion URL is only required if your app supports user accounts or otherwise collects personal data tied to an identifier. Apps with zero accounts can leave the Data deletion question answered 'No'.
Can I point to a general contact page?
No — Google specifically requires a page dedicated to data deletion, not a generic support or contact page. The URL you submit must land on a page that describes the deletion process.
How fast does deletion have to happen?
Google doesn't mandate a specific timeline, but the page must disclose your timeline. 24–48 hours is standard; some apps commit to 30 days to give themselves buffer for manual review.
Does the page need to be in multiple languages?
Only if your app is listed in multiple Play Store locales. Google expects the page to be accessible in the same languages your store listing supports.