Introduction
Cancelling an active service and managing the cancellation request can be done as below:
-
Requesting the service cancellation with desired date service should cancel.
-
While request is still requested or in-error but not submitted to the nbn yet; can reschedule the desired date.
-
While request is still requested or in-error but not submitted to the nbn yet; can abort cancellation request.
-
-
Polling for the outcome of the request or if registered for the service.cancelled or service.cancellation-rejected
Request Lifecycle
-
Get the service cancellation results
-
via webhook event service.cancelled if successful
-
via webhook event service.cancellation-rejected if non-successful
Status | Description |
---|---|
REQUESTED |
Service Cancellation is requested for the service. |
IN_PROGRESS |
Service Cancellation request is submitted to nbn. |
COMPLETED |
Service Cancellation is successfully completed. |
ABORTED |
Service Cancellation request is aborted. |
IN_ERROR |
Service Cancellation request is in error. |
IN_ERROR_RETRY |
Service Cancellation request is failed due nbn error request, request will re submit to nbn for cancellation. |
REJECTED |
Service Cancellation request is rejected by nbn. |