action_="hashdel"

<do action_="hashdel"> removes a key/value association from the user-specific private store. (Available as of version 10.23)

Syntax

<dynamic>
    <do action_="hashdel" key_="[KEY]"/>
</dynamic>

Attributes for action_="hashdel"

key_
Specifies the key to remove from the store.

The key is removed from both the session store and the persistent store, if present.