| 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
Syntaxpublic void DeletePackageForAccountAsync(
	string accountId,
	ProvisioningPackage package,
	bool forceDelete,
	ref string requestId
)
Public Sub DeletePackageForAccountAsync ( 
	accountId As String,
	package As ProvisioningPackage,
	forceDelete As Boolean,
	ByRef requestId As String
)
public:
virtual void DeletePackageForAccountAsync(
	String^ accountId, 
	ProvisioningPackage^ package, 
	bool forceDelete, 
	String^% requestId
) sealed
abstract DeletePackageForAccountAsync : 
        accountId : string * 
        package : ProvisioningPackage * 
        forceDelete : bool * 
        requestId : string byref -> unit 
override DeletePackageForAccountAsync : 
        accountId : string * 
        package : ProvisioningPackage * 
        forceDelete : bool * 
        requestId : string byref -> unit 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
See Also