Skip to main content
Module

x/mongo/mod.ts>GridFSBucket#delete

MongoDB driver for Deno
Extremely Popular
Go to Latest
method GridFSBucket.prototype.delete
import { GridFSBucket } from "https://deno.land/x/mongo@v0.31.1/mod.ts";

Given a @id, delete this stored file’s files collection document and associated chunks from a GridFS bucket.

Parameters

id: FileId