My Company uses RS 2005 at our customer locations. We have developed our own automatic update process for reports using the rs.exe utility to deploy and over write reports. The scenario is I need to be able to delete and redeploy reports due to the fact that if you remove an input parameter from a report and corresponding db objects, overwriting of the report does not pick up these changes, the removed parameters will persist until the report is deleted and re deployed.
I find several examples that use rs.deleteItem to delete all items in a folder.
I have been trying to use this technique for an individual report with no luck.