We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Deletes all objects in the query.
collection.delete()
Promise
This method is equivalent to the following:
collection.each(function (item, cursor) { cursor.delete(); });