Click or drag to resize
IIdmNetClientDeleteAsync Method
Delete an object in the Identity Manager service (async await)

Namespace: IdmNet
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
Task<Message> DeleteAsync(
	string objectID
)

Parameters

objectID
Type: SystemString
Resource ID for the object to be deleted

Return Value

Type: TaskMessage

[Missing <returns> documentation for "M:IdmNet.IIdmNetClient.DeleteAsync(System.String)"]

See Also