DROP FILE
Use the DROP FILE
command to drop an existing
ObjectServer file.
You cannot drop a file if it is being used, for example, in a trigger.
Syntax
DROP FILE file_name;
Dropping a file deletes the ObjectServer file; it does not delete any of the physical files created in the file system.
Example
drop file logit;