How to remove Azure Cosmos DB for MongoDB account (RU

Vinod J 0 Reputation points
2024-03-11T16:19:00.1733333+00:00

Hi All,

I'm not able to delete/remove Azure Cosmos DB for MongoDB account (RU) and didn't founf proper article or command to delete the account from Azure .

Can someone please share the command to delete the account.

Thanks,

Vinod J

Azure Cosmos DB
Azure Cosmos DB
An Azure NoSQL database service for app development.
1,845 questions
{count} votes

1 answer

Sort by: Most helpful
  1. RahulRandive 10,401 Reputation points
    2024-03-11T16:40:52.2+00:00

    Hi @Vinod J

    You can delete from the portal User's image

    And Here is the command to delete an account

    az cosmosdb delete --name MyCosmosDBDatabaseAccount --resource-group MyResourceGroup
    User's image Thank you!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.