How do you delete a team project that you don't need anymore? It certainly isn't possible through the Team Explorer user interface.
Answer: go to the command prompt and use “TfsDeleteProject.exe“.
Example:
c:
cd c:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\
TfsDeleteProject /server:<SERVER NAME> “Project Name“