Conduit API
Case Study
HTML Apps -> DeleteKey
 
This function is used to delete the value of the stored key on the client's PC.
 
DeleteKey(key)
 
Parameter Description Range Type
key The name of the key to delete not null or empty string string
 
None.
 
This function can be used both with the HTML component and with the gadget window.
*Notice: API methods must be invoked after the web page has triggered the "onload" event.
 
This example contains an icon  DeleteKey  that when clicked, will attempts to retrieve a key represented by the string "ID". If the key exists, the key, together with its value, will be deleted.