I've been using the witadmin to delete specific workitems like this:
witadmin destroywi /collection:CollectionURL /id:id
Now I have the task to create a program that will search throu all the active workitems in our collection every day, and to delete those that have a title of "delete me".
How can I query those and then delete them in the most efficent way?
Thanks