Skip to content

Instantly share code, notes, and snippets.

@azborgonovo
Last active March 3, 2016 20:23
Show Gist options
  • Save azborgonovo/e0d65a3bc99619b42389 to your computer and use it in GitHub Desktop.
Save azborgonovo/e0d65a3bc99619b42389 to your computer and use it in GitHub Desktop.
Delete a Team Project from your Team Foundation Service collection
"tfsdeleteproject.exe" located in C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE
tfsdeleteproject.exe /force /collection:https://<YourCollection>.VisualStudio.com/DefaultCollection "My project name with spaces"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment