I need a way to programmaticaly delete documents from Sharepoint 2007 document library. I don't have access to the server to deploy server-side code, so it needs to be via web service or pure http. I can find plenty of examples for removing attachments from list items, but nothing for removing from document libraries.
When removing documents from libraries it actually comes to removing items from a list, since this is only a specific case of list items. You might google for that.