Click or drag to resize
ICoreApiDeleteServiceAsync Method
Deletes service for current user asynchronously. If operation fails exception will be thrown.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
void DeleteServiceAsync(
	ProvisioningService service,
	string accountName,
	ref string requestId
)

Parameters

service
Type: Atomia.Provisioning.BaseProvisioningService
Service to delete.
accountName
Type: SystemString
Account name - owner of the service.
requestId
Type: SystemString
Provisioning request id.
See Also