I suppose you have a script that lets the user choose which file he want's to delete?
then you also know the exact location of the file don't you?
use unlink() to delete the file.
Just make sure you have a security check, or people could simply access your script directly and tell it to delete itself, or worse...