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.
Output
documents
The documents that have been deleted from the collection. This collection is a subset of the input collection: skipped documents are not included.
connection
This output port delivers the Connection object from the input port. If the input port is not connected the port delivers nothing.