Click or drag to resize

AmiServiceClientDeleteAssigningAuthority Method

Deletes an assigning authority.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public AssigningAuthority DeleteAssigningAuthority(
	Guid assigningAuthorityId
)

Parameters

assigningAuthorityId
Type: SystemGuid
The id of the assigning authority to be deleted.

Return Value

Type: AssigningAuthority
Returns the deleted assigning authority.
See Also