Commands: DeleteKeyAsync

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

Syntax

Task DeleteKeyAsync(string key);
Parameters
key string The configuration name

Return Value
Task A task that represents the asynchronous remove operation

Example

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