Click or drag to resize

SolidFireElementRemoveAccountAsync Method (RemoveAccountRequest, CancellationToken)

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 Task<RemoveAccountResult> RemoveAccountAsync(
	RemoveAccountRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiRemoveAccountRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskRemoveAccountResult

Implements

ISolidFireElementRemoveAccountAsync(RemoveAccountRequest, CancellationToken)
See Also