Method DeleteAsync
DeleteAsync(FileId, CancellationToken)
Deletes an existing or tentatively added file from the repository by its file ID.
Declaration
public Task DeleteAsync(FileId fileId, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| FileId | fileId | |
| CancellationToken | cancellationToken |
Returns
| Type | Description |
|---|---|
| Task |