Click or drag to resize

PFUsersManagementHubV2DeleteAdAccount 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 DeleteAdAccount(
	long identityId
)

Parameters

identityId
Type: SystemInt64
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