The CFFILE tag can be used to delete a file on the server.
<CFFILE ACTION="Delete" FILE="full_path_name">
Required. The full path name of the file to delete.
The following example permanently deletes the specified file:
<CFFILE ACTION="Delete" FILE="c:\files\upload\#Variables.DeleteFileName#">