Workspace 6.21.5
|
Remove document(s) from a collection - https://docs.mongodb.com/manual/reference/method/db.collection.remove/ or drop the entire collection
Inputs: | |||
---|---|---|---|
Database address | QString | ||
Database name | QString | ||
Collection name | QString | ||
Query | QJsonDocument | ||
Just one | bool | ||
Drop entire collection | bool |