Click or drag to resize

VaultOnlineDeleteRecords Method

Deletes records.

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

Parameters

records  RecordPath
an array of record paths.

Return Value

Task
Awaitable task.

Implements

IVaultDeleteRecords(RecordPath)
Exceptions
ExceptionCondition
KeeperApiException
See Also