Click or drag to resize
ICoreApiCancelProvisioningRequest Method
Cancels provisioning request.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
bool CancelProvisioningRequest(
	string accountId,
	string requestId,
	out string reason
)

Parameters

accountId
Type: SystemString
The account id.
requestId
Type: SystemString
The request id.
reason
Type: SystemString
The reason why request cannot be cancelled.

Return Value

Type: Boolean
True if request has been cancelled; otherwise false.
See Also