GStevens
GStevens

Reputation: 27

How do I delete an Azure DevOps account I created by mistake?

I created an Azure DevOps account by mistake, pressing the wrong button.

How do I delete it?

Thanks.

Upvotes: 0

Views: 5341

Answers (2)

PatrickLu-MSFT
PatrickLu-MSFT

Reputation: 51083

I'm afraid you are talking about the organizations not account.

You account could create or be added in multiple organizations, for example:

enter image description here

If you do not have any account, to login in azure devops you need to sign up for Azure DevOps with a personal Microsoft account

enter image description here

This is actually a Microsoft account, if you do not want this account, you could close it.

If you just not want the organization created by mistake, you should follow our detail step by step official tutorial-- Delete your organization

enter image description here

Upvotes: 2

4c74356b41
4c74356b41

Reputation: 72171

you can go to the following url:

https://dev.azure.com/{ORGANIZATION_NAME}/_settings/

and you will have the delete organization button there:

delete organization

Upvotes: 2

Related Questions