Click or drag to resize
ICoreApiDeletePackageForAccountAsync Method
Deletes the package for specific account asynchrony. Deletion will fail if package contains any provisioned services and forceDelete flag is not set.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
void DeletePackageForAccountAsync(
	string accountId,
	ProvisioningPackage package,
	bool forceDelete,
	ref string requestId
)

Parameters

accountId
Type: SystemString
Name of the account.
package
Type: Atomia.Provisioning.BaseProvisioningPackage
The package instance to delete.
forceDelete
Type: SystemBoolean
If set to true will force system to delete all provisioned services and extensions.
requestId
Type: SystemString
The Id of the request in which delete will be done.
See Also