Deleting the branch of a repository inside of Azure Devops Web UI

Viewed 6856

I'm working within the Azure Devops web interface, is there a screen developed to delete the branch of a repository?

Is the only option to do so through another tool such as the git command line interface?

1 Answers

If you have the correct permissions:

enter image description here

enter image description here

Related