Click or drag to resize

IAtomiaBillingApiDeleteProvisioningService Method

Deletes provisioning service from billing.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool DeleteProvisioningService(
	Guid serviceId
)

Parameters

serviceId
Type: SystemGuid
The service identifier.

Return Value

Type: Boolean
true if service is deleted, otherwise false.
See Also