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,543 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Rahul Randive 9,176 Reputation points Microsoft Employee
    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