Click or drag to resize
ICoreApiDeletePackageForAccount Method
Deletes the package for specific account. 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 DeletePackageForAccount(
	string accountName,
	ProvisioningPackage package,
	bool forceDelete
)

Parameters

accountName
Type: SystemString
Owner account id.
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.
See Also