Introduction
I tried to remove a project from TFS 2008 server, I have searched all the possible options available in System but can't able to do it from TFS panle after this I searched the solution of this problem Now I am going to share how to delete a project on TFS.
Solution
To delete a project, Open up the command prompt in the server, move to the location “C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\”. The location can vary based on your installation. Check for the file "tfsdeleteproject.exe".
TFSDeleteProject Syntax and Parameters
TFSDeleteproject [/q] [/force] [/server:servername] team project name
for eg: tfsdeleteProject /q /force /server:ComputerName tfsProjectNameWhere:
- /q: Silent installation. No prompt
- /force: If data can't be deleted, still continue
- /server: your TFS server
: Name of the Team Project to delete. If there are spaces in the name, use quotes.