localStorage.removeItem
Deletes the specified local storage key.
Syntax
ui.Interface.frontCall("localStorage", "removeItem",
   [key], [])- key is the name of the local storage key.
Usage
The removeItem function deletes the specified local storage key.