BenM
BenM

Reputation: 4278

Unable to delete team project in Visual Studio Online

I am using VisualStudio.com to manage my team projects which use TFS source control. However, I am unable to delete any of my projects. The steps I have taken so far are:

Log in to my VSO account and click the cog icon to go into admin mode. Click into a projects "Project Security and team membership page". In the permissions sections, set everything, including Delete Team Project to be allow, I saved this.

Next I go into the overview tab and I bring up the context menu for my project. It has two options, "set team as project default" and "delete", both of which are disabled options.

Upvotes: 7

Views: 6127

Answers (1)

Eddie Chen - MSFT
Eddie Chen - MSFT

Reputation: 29966

Follow the steps below to delete a project:

  1. Open your VSO account from web portal without any project specified. (https://YourAccount.visualstudio.com/)
  2. Click cog icon to open the Collection Control Panel.
  3. Click "Manage collection security and group membership" link.
  4. Check and make sure you have enough permission to delete a project on "Security" page.
  5. Go to "Overview" page and expand the context menu for the project you'd like to delete.
  6. Click "Delete" to delete the project.

Upvotes: 15

Related Questions