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

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

Parameters

id
Type: MongoDB.BsonObjectId
The file id.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation token.

Return Value

Type: Task
A Task.
See Also