I have an Android browser and I have the option to clear cache, storage, cookies, etc.
The code looks like this:
webView.clearCache(true); webView.clear
Found the solution:
WebStorage.getInstance().deleteAllData();