removeItems(dict: PP.Rds.Dictionary, elKeys: Array, callback: function|PP.Delegate);
dict. MDM dictionary where you want to remove an item.
elKeys. Array containing keys of the elements to be removed. Array elements have string type.
callback. Callback function.
The removeItems method removes specified elements from MDM dictionary.
The example of use is given on the page with description of the RdsService.moveItems method.
See also: