MongoCollection.deleteImpl

DeleteResult deleteImpl(T)(T[] queries, DeleteOptions options = DeleteOptions.init, scope int[] limits = null) @safe

Implementation helper. It's possible to set custom delete limits with this method, otherwise it's identical to deleteOne and deleteMany.