Delete MongoDB
Synopsis
Deletes a set of MongoDB documents.
Description
This operator can be used to delete documents from the specified MongoDB collection. The default configuration of the operator assumes that documents are deleted via their ID, however, more general deletion queries are supported as well.
Input
documents
The documents to be deleted form the specified MongoDB collection.
connection
This input port expects a Connection object if any. See the parameter connection entry for more information.