Delete a Team Project from Team Foundation Server
Posted by jpluimers on 2011/03/30
Somehow, deleting TFS projects is still not integrated in a default UI.
You can use TFSDeleteProject from the command-line though.
The TFSDeleteProject tool works for TFS 2005, 2008 and 2010, as these posts show:
It is usually in a directory like “\Program Files\Visual Studio 9\Common7\IDE\”.
Oh: don’t put quotes around “Project-Name“:
TfsDeleteProject /server:myteamserver.benday.com Project-Name
–jeroen
Leave a Reply