Click or drag to resize

SolidFireElementRemoveAccount Method (Int64)

RemoveAccount enables you to remove an existing account. You must delete and purge all volumes associated with the account using DeleteVolume before you can remove the account. If volumes on the account are still pending deletion, you cannot use RemoveAccount to remove the account.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public RemoveAccountResult RemoveAccount(
	long AccountID
)

Parameters

AccountID
Type: SystemInt64

Return Value

Type: RemoveAccountResult

Implements

ISolidFireElementRemoveAccount(Int64)
See Also