Basic Information

appmixer.mongodb.db.DeleteDocument

1.0.0

Public

Delete a document(s) from a MongoDB collection.

Input Ports

in

FieldTypeDescription
Collection text Enter your collection name.
ID text Enter the ID of the document to delete. If ID is given, then the Filter cannot be used.
Filter textarea Enter the filter used to select the document to delete. If Filter is used, then ID cannot be specified.
One/Many select Update a single document in a collection or update multiple documents in a collection.

Output Ports

out

FieldTypeDescription
Deleted Count -

Full Metadata