Removes all local updates and loads the original web assets bundled with the app.
Call this after delete registration. Reset calls error callback if called during the update process.
<static> reset()
sap.Logon.core.deleteRegistration(function() { 
    sap.AppUpdate.reset();
}, function() {});