Use the delete method to remove an entry.
Purpose
The delete method removes the entity specified
in the root data object.
Parameters
- root
- Specifies the root data object that contains the entity you want to remove. The
identifier of the entity must be specified.
Returns
he root data object containing the deleted
entity and its descendants (if any), with their identifiers.
Signature
public DataObject delete(DataObject root)
throws WIMException