Reset-List
By assigning a value other than zero to this property, all the items are removed from the Chips-Box control.
 
Example - Modify a chips-box to reset its contents
...
procedure division.
...
  modify screen-1-chip-1 reset-list 1
...