Click or drag to resize

IVaultDeleteRecords Method

Deletes records.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
Task DeleteRecords(
	RecordPath[] records
)

Parameters

records  RecordPath
an array of record paths.

Return Value

Task
Awaitable task.
Exceptions
ExceptionCondition
KeeperApiException
See Also