Is it possible to delete a record from cosmos db. I dont want to write any scripts. Is it possible to direct hit this query from cosmos db UI from azure portal
DELETE * FROM c WHERE c.id = 'XYZ'
Is it possible to delete a record from cosmos db. I dont want to write any scripts. Is it possible to direct hit this query from cosmos db UI from azure portal
DELETE * FROM c WHERE c.id = 'XYZ'
Set based operations including Delete are not supported on Azure CosmosDB. You could consider upvoting for it here
However you could delete the documents from portal by selecting them or using SDK