DeleteTeamProject Error (Deleting sharepoint site)

I'm trying to use the DeleteTeamProject command line tool on a Team project that was not successfully created when I was first installing & configuring Team foundation server. Running the DeleteTeamProject command did remove the SS but when it gets to removing the sharepoint site I get an error message (shown below) and this project is still listed under "team projects". How do I get this to not show up in the "team projects" list?

Deleting SharePoint site ...System.Web.Services.Protocols.SoapException: Excepti
on of type Microsoft.SharePoint.SoapServer.SoapServerException was thrown.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClie
ntMessage message, WebResponse response, Stream responseStream, Boolean asyncCal
l)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodN
ame, Object[] parameters)
at Microsoft.VisualStudio.ELead.WssProxy.Admin.DeleteSite(String Url)
at Microsoft.VisualStudio.TeamSystem.ELead.Admin.DeletePortfolioProject.DoWss
Delete(String serverUrl, String wssBaseSite)
Deleting from vstfs ...System.Web.Services.Protocols.SoapException: You don't ha
ve sufficient permissions to perform this operation. For further information con
tact the Team Foundation Server administrator.
at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClie
ntMessage message, WebResponse response, Stream responseStream, Boolean asyncCal
l)
at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodN
ame, Object[] parameters)
at Microsoft.VisualStudio.TeamSystem.ELead.Admin.DeleteProjectClient.DeletePr
oject(String projectUri)
Not found

[1734 byte] By [MCMICKS] at [2008-2-21]
# 1
run it with the /f option (force delete)
BruceTaimanaMSFT at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Setup...
# 2
Thanks, but I did try that and it didn't work.
MCMICKS at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Setup...
# 3
TFS thinks you don't have permission. Are you running as a project administrator? You might try running as a Namespace Administrator (again with the /force option).
PeteSheill at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Setup...
# 4
OK - I tried logging in as the Namespace Admin and ran the deleteteamproject /force but I got the same error message (that I don't have sufficient permissions to delete). What's strange is that this project still appears in Visual Studio when I connect to our Team Foundation Server. I can add this project to Visual Studio but when I refresh it I get an error message that tells me that the project does not exist. I can still see the groups and permissions for this project and I made sure that the ID I used to delete this project was in the Namespace Administrators list. I created this project when I was first installing Team Foundation Server and I didn't have the proper permissions in place. I created this project from within Visual Studio but at the end of creating the project I got an error message that the project was not created successfully. It seems like it created this project partially. I'm not sure how to get rid of this now.
MCMICKS at 2007-9-8 > top of Msdn Tech,Visual Studio Team System,Team Foundation Server - Setup...

Visual Studio Team System

Site Classified