Method DeleteCollectionAsync
DeleteCollectionAsync(string, CancellationToken)
Asynchronously deletes the specified collection from the storage system.
public Task DeleteCollectionAsync(string collectionIdentifier, CancellationToken cancellationToken = default)Parameters
- collectionIdentifierstring
- The unique identifier (name) of the collection to delete. 
- cancellationTokenCancellationToken
- An optional token that can be used to cancel the asynchronous deletion operation. 
Returns
- Task
- A task representing the asynchronous delete operation.