I'm trying to let users upload a file to apex_application_temp_files and then in separate steps validate it, check the results and finally process it, requiring that it's available for several requests and so I set the file browse item "Purge File at" property to "end of session". I would like to remove the file after it's processed, but how? I tried deleting from apex_application_temp_files but that doesn't seem to work.