HP Anywhere API Reference
remove Method
used as a namespace for the keys. It is suggested, but not enforced, that each app will use its own category.Must not be null
arbitrary string indicating applicative key. Must not be null
Removes the value, if found
Syntax
void remove( 
   java.lang.String category,
   java.lang.String key
)

Parameters

category
used as a namespace for the keys. It is suggested, but not enforced, that each app will use its own category.Must not be null
key
arbitrary string indicating applicative key. Must not be null
See Also

Reference

KeyValueStorageService Interface
KeyValueStorageService Members