Reputation: 1778
I am trying to delete a Git repository in Azure DevOps project and cannot find an option for it.
The only option that I see for the Git repository is "Rename repository"
Any ideas?
Upvotes: 12
Views: 17847
Reputation: 657
1st you need to create an empty repo then you can able to delete it..
Select Repos, Files. From the repo drop-down, select Manage repositories. Select the name of the repository from the Repositories list, choose the ... menu, and then choose Delete repository. Confirm the deletion of the repository by typing the repo's name and selecting Delete.
Upvotes: 1
Reputation: 3
Go to your account, in the left-down cornet there is a setting link, press on that one, then Projects/Organisational settings/Projects. You will see a list of all your projects. Select the one you want to delete, then press delete from the button in the left-right corner.
Upvotes: -5
Reputation: 462
Is this your only repository? If so, then Azure DevOps won't let you delete it. Create another repo, and it will then let you delete this one. Permissions could also be an issue. Azure DevOps
Upvotes: 20