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.ServiceAssembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax void DeletePackageForAccount(
string accountName,
ProvisioningPackage package,
bool forceDelete
)
Sub DeletePackageForAccount (
accountName As String,
package As ProvisioningPackage,
forceDelete As Boolean
)
void DeletePackageForAccount(
String^ accountName,
ProvisioningPackage^ package,
bool forceDelete
)
abstract DeletePackageForAccount :
accountName : string *
package : ProvisioningPackage *
forceDelete : bool -> unit
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