PFUsersManagementHubDeleteIdentity 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 public string DeleteIdentity(
long identityId
)
Parameters
- identityId
- Type: SystemInt64
The identity id.
Return Value
Type:
StringSuccess of error message.
Exceptions Exception | Condition |
---|
ValidationException |
The alternative identities setting is not enabled
or
Provided identity could not be found
or
Provided identity could not be deleted
|
See Also