Skip to main content

Commands: DeleteKeyAsync

Syntax

#Commands: DeleteKeyAsync

DeleteKeyAsync is used to remove a configuration stored under the specified key.

Task DeleteKeyAsync(string key);
Parameters
keystringThe configuration name

Return Value
TaskA task that represents the asynchronous remove operation

Example

await store
.AsyncFilesCommands
.Configuration
.DeleteKeyAsync("descriptions/intro.avi");