Click or drag to resize

AmiServiceClientDeleteRole Method

Deletes a security role.

Namespace:  SanteDB.Messaging.AMI.Client
Assembly:  SanteDB.Messaging.AMI.Client (in SanteDB.Messaging.AMI.Client.dll) Version: 2.2.1
Syntax
public SecurityRoleInfo DeleteRole(
	Guid id
)

Parameters

id
Type: SystemGuid
The id of the role to be deleted.

Return Value

Type: SecurityRoleInfo
Returns the deleted role.
See Also