ISecretStore.DeleteAsync Method

Relativity API
Asynchronously deletes a secret the given path.

Namespace:  Relativity.API
Assembly:  Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

Task DeleteAsync(
	string path
)

Parameters

path
Type: System.String
Path where the secret should be deleted. Must not be null

Return Value

Type: Task
Task with no return type
Exceptions

ExceptionCondition
SecretStoreException
ArgumentException
See Also

Reference