Hi
jane,
Welcome to Microsoft Q&A forum.
As I understand, you want to know if you can delete items by using the Data Explorer of Azure CosmosDB.
Here is the documentation for the same, please take a look and let us know if you follow it:
https://learn.microsoft.com/en-us/azure/cosmos-db/nosql/how-to-delete-by-partition-key?tabs=dotnet-example
Please share what error comes up when you perform deletion.
Please note that Hierarchical partition keys deletion is not supported. This feature permits the deletion of items solely based on the last level of partition keys. For example, consider a scenario where a partition key consists of three hierarchical levels: country, state, and city. In this context, the delete by partition keys functionality can be employed effectively by specifying the complete partition key, encompassing all levels, namely country/state/city. Attempting to delete using intermediate partition keys, such as country/state or solely country, will result in an error.
Let us know if further queries.
Thanks