storeName | String Name of the data store from which to remove an entry. |
key | String Key of the entry that you want to remove. |
waitLength | String Optional. Length of time, in milliseconds, that you want to wait for this entry to become available for deletion if it is already locked by another thread. The default is the default Maximum Lock Wait value, which is specified on the watt.server.storage.lock.maxWait property. You can update this property by using the Settings > Extended Settings screen on the Integration Server Administrator. |
result | String Flag indicating whether the entry was successfully removed. A value of: true indicates that the entry was removed successfully. false indicates that the entry was not removed (usually because an entry for key does not exist). |