Sorry
I found the solution for that. I used to get the complete image url of the particular image and use the code
System.IO.File.Delete(SaveLocation);
This will delete the file from that folder
My next question is how to clear the content in the file uploader in code behind