Click or drag to resize

PFUsersManagementHub.DeleteIdentity Method

Deletes an identity.

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public string DeleteIdentity(
	long identityId
)

Parameters

identityId
Type: System.Int64
The identity id.

Return Value

Type: String
Success of error message.
Exceptions
ExceptionCondition
ValidationException The alternative identities setting is not enabled or Provided identity could not be found or Provided identity could not be deleted
See Also