Click or drag to resize

IAtomiaBillingApiResellerRemoveExtraUsernameAccount Method

Removes an entry from the login table.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void ResellerRemoveExtraUsernameAccount(
	string username,
	Guid accountId,
	string resellerRootDomain
)

Parameters

username
Type: SystemString
The username.
accountId
Type: SystemGuid
The account identifier.
resellerRootDomain
Type: SystemString
The reseller root domain.
See Also