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.
Asked
Active
Viewed 1,106 times
1 Answers
1
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.

chiccodoro
- 14,407
- 19
- 87
- 130