Remove one or multiple documents from MongoDB collection
n = remove(conn,collection,mongoquery)
returns the number of documents removed from a collection using the MongoDB® connection. Use a MongoDB query to specify removing one or multiple documents.n
= remove(conn
,collection
,mongoquery
)