removeItem(keys: Array, showConfirm: Boolean);
keys. Array of the keys of the elements to be deleted.
showConfirm. Indicates whether to request confirmation of elements' deletion. If this parameter is true, the request is shown, otherwise it is not.
The removeItem removes elements with the specified keys and all their child elements from the tree.
The example of use is given on the page with description of the DictionaryTree.moveItem method.
See also: