Delete Elements 

To delete WebSphere Studio files that are under Rational ClearCase control, take the following steps:

  1. Delete the files within WebSphere Studio.
  2. From the command line, navigate to the directory that contains the files you want to rename or move:
cd source_dir
  1. Within ClearCase, check out the directory that contained the deleted files:
cleartool checkout .
  1. Run the cleartool rmname command:
cleartool rmname filename1 filename2
  1. Check in the directory that you previously checked out in step 3.
cleartool checkin .