I have been looking but can't find Javascript code which will DELETE elements inside Cosmos DB using the Portal UI.
Currently, I have been using the UI to create input and output bindings, and reading and writing through in my index.js:
context.bindings.inputDocument
context.bindings.outputDocument
The inputDocument gives an array, and then I can create new documents by giving outputDocument an array as well. What kind of Javascript code should I write in my index.js or is there another binding to delete specific entries?