If you've got shell access rather than delete them you can login via SSH (perhaps using PuTTY) and set the files to 0 bytes like this:
Once your logged in as admin or root copy and right click in this command:
echo -n > /path/to/log/httpd/log_file_name
check with your host if your uncertain about doing this 
|