Revoking a Statement
Stay organized with collections
Save and categorize content based on your preferences.
Revoking a statement
There is no global statement repository that can be modified, or any way to explicitly declare a statement as no longer supported. You will have to depend on the methods here to revoke a statement, and depend on your client app to check for the presence of the statement in a timely manner.
To delete a statement:
- For websites, delete the statement from the statement list, or delete the statement file entirely. Website statements expire after the web server stops serving them plus the cached TTL time. The Google Digital Assets API enforces a max limit of eight days on the TTL.
- For Android apps, update a new APK without the statement. Statements become undiscoverable when a new version of the app is uploaded and set to "live" in the Play Store. It may take up to two days for old statements to flush out of all the caches.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-26 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-26 UTC."],[[["There isn't a central method to revoke statements; revocation relies on removing or updating statement sources."],["Website statement revocation involves deleting the statement list or file, leading to expiration after server removal and cached TTL."],["Android app statement revocation requires updating the APK without the statement, making old statements undiscoverable after the new version is live."]]],[]]