CutRMV,<cut num>,<group num>,<elem 1>, … <elem N>
CutRMV,<cut num>,<group num>,RANGE,<elem start>,[elem end], [stride]
The two forms of this command remove elements from a cut data structure. The forms are similar to the forms CUTADD command;
cut num – number of the cut
group num – number of the group where the elements will be removed
elem 1, elem N – element numbers to be removed
elem start – first element to be removed
elem end last element to be removed (default: element start)
stride – increment of the next element to be removed (default: 1)