ILinkStorageTDeleteLinksForSubjects Method

Delete all links for subject entity UIDs

Definition

Namespace: KeeperSecurity.Storage
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
void DeleteLinksForSubjects(
	IEnumerable<string> subjectUids
)

Parameters

subjectUids  IEnumerableString
List of Subject UIDs to delete.

See Also