Click or drag to resize
IGridFSBucket.Delete Method
Deletes a file from GridFS.

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.2.0
Syntax
void Delete(
	ObjectId id,
	CancellationToken cancellationToken = null
)

Parameters

id
Type: MongoDB.Bson.ObjectId
The file id.
cancellationToken (Optional)
Type: System.Threading.CancellationToken
The cancellation token.
See Also