From a snapshot view use the cleartool get command to see the contents of versions not loaded into your view.
On the Windows system, you can also use the Send To command in the Version Tree Browser or History Browser to see the contents of versions not loaded into your view.
cleartool merge [ -graphical ] -to target-path -delete contributor-version-selector [contributor-version-selector]
(Specifying two contributors defines an inclusive range of versions; just the changes made in that range of versions are removed.)
Examples
cleartool merge -graphical -to opt.c -delete -version /main/14 /main/16
cleartool merge -graphical -to opt.c -delete -version \main\14 \main\16
cleartool merge -graphical -to opt.c -delete -version /main/14
cleartool merge -graphical -to opt.c -delete -version \main\14