MSDN article about TFSDeleteProject. Has usage and troubleshooting.
Just wanted to create a quick reference for myself for future use.
http://msdn.microsoft.com/en-us/library/dd206696.aspx
Use:
TFSDeleteproject [/q] [/force] [/server:servername] team project name
| Argument | Description |
| Team project name | The name of the project. Use quotation marks if there are spaces in the name. |
| servername | The server name. Use quotation marks if there are spaces in the name. |
| Option | Description |
| /q | Use the quiet mode. Do not prompt the user for confirmation. |
| /server:servername | The name of the application-tier Team Foundation Server where the team project is located. This is required in multi-server environments. |
| /force | The program should continue even if some parts cannot be deleted. |
*NOTE: TFSDeleteProject.exe is located in {Drive}\Program Files\Microsoft Visual Studio 9.0\Common7\IDE