localStorage.removeItem

Deletes the specified local storage key.

Syntax

ui.Interface.frontCall("localStorage", "removeItem",
   [key], [])
  1. key is the name of the local storage key.

Usage

The removeItem function deletes the specified local storage key.