Click or drag to resize

CoreApiProxyDeletePackageForAccountAsync Method

Deletes the package for account async.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public void DeletePackageForAccountAsync(
	string accountId,
	ProvisioningPackage package,
	bool forceDelete,
	ref string requestId
)

Parameters

accountId
Type: SystemString
The account id.
package
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiProvisioningPackage
The package.
forceDelete
Type: SystemBoolean
if set to true [force delete].
requestId
Type: SystemString
The request id.

Implements

ICoreApiDeletePackageForAccountAsync(String, ProvisioningPackage, Boolean, String)
See Also