You can try renameing the file and then deleting it or try making a php file called unlink.php in the same directory and code it like this:
<?php
unlink("problem_file.html");
?>
Then click onto the unlink.php and see if that works.
Another solution is to move all files out of that directory except the problem file and then delete the directory.