Asynchronously deletes a secret the given path.
Namespace: Relativity.API
Assembly: Relativity.API (in Relativity.API.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax
Parameters
- path
- Type: System.String
Path where the secret should be deleted. Must not be null
Return Value
Type: TaskTask with no return type
Exceptions
Exception | Condition |
---|---|
SecretStoreException | |
ArgumentException |
See Also