Hi Michael.
Are you talking about an array parameter?
You can use:
params.getParam('OID', index).remove();
You can also replace an entire array with a new one with:
params.setAllValues('OID', newValueArray);
One thing to be aware of: You should always keep at least one element in every array.
#DashBoard