The only way to do this is to manually delete the file from the server, and clear the relevant column in the database.

I think this would be the correct query, where xxxxxx is the post number:

<pre>UPDATE w3t_Posts
SET B_File = NULL
WHERE B_Number = xxxxxx</pre>