Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method Collection.prototype.deleteMany
import { Collection } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";

Parameters

filter: Filter<T>
optional
options: DeleteOptions

Returns

Promise<number>