DAB w/ CosmosDB - delete array item within a document #2682
Unanswered
chrmeehansr
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've got DAB up and running with CosmosDB and can successfully read data both with Postman and the Strawberry Shake c# client in my .net maui client. I now want to explore and test out create, update and delete operations. I'm currently trying to confirm, with my setup, should I be able to delete an item in an array within a document in a container? The item in the array within the document is has a unique id / guid created for it when it is added to the document in the array. Should I be able to achieve this with mutations and DAB/CosmosDB?
Thanks in advance.
-C
Beta Was this translation helpful? Give feedback.
All reactions