Delete a project from Team Foundation Server
Deleting a project on Team Foundation Server is not that straight forward. Here’s how you can delete a team project
- Open the Visual Studio 2008 Command Prompt window.
- Change to the C:Program FilesMicrosoft Visual Studio 9.0Common7IDE directory. For example: cd "C:Program FilesMicrosoft Visual Studio 9.0Common7IDE"
- Run the TFSDeleteProject utility using the following command line. “TFSDeleteProject /server:YourServerName YourTeamProjectName”
- To confirm the deletion press Y and then press ENTER.
TFSDeleteProject utility then deletes the team project that you’ve selected