Click or drag to resize
GridFSBucket.Delete Method (BsonValue, CancellationToken)
Deletes a file from GridFS.

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

Parameters

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