How to delete a team project in Team Foundation Server 2005 and 2008
You can use TfsDeleteProject.exe utility from the command promt to delete team proejcts from team foundation server 2005 or 2008.
TfsDeleteProject ships with Team foundation server.
Go to the Visual Studio 2005 command prompt and use “TfsDeleteProject.exe” and send the following command to tfs server.
tfsdeleteproject /q /force /server: "tfsprojectname"






