This endpoint is called to request cancellation of an existing inflight order to provision, modify or cease a service.
The gateway will validate the request and generate a unique ID which is returned. If the order cancellation is rejected immediately then a 400 code will be returned with reason(s) for the rejection in the response.
The order cancellation will then be sent to the supplier for processing and further updates will be sent via KCIs - this could include a rejection if the cancellation does not meet supplier validation/processing rules.
Order cancellation request has been received and will be confirmed or rejected later by a KCI
Bad request - supplied request was malformed or missing mandatory parameters
Unauthorised access
The client is not permitted to access this resource.
Unprocessable entity - invalid data was provided
Unexpected Fibre Gateway error
Fibre Gateway is temporarily unavailable
{- "supplier": "DUMMY_SUPPLIER",
- "orderId": 123,
- "reasonCode": "CUSTOMER_CHANGED_MIND",
- "text": "Delivery too long"
}
{- "id": 234,
- "supplierReference": "A123X-1",
- "status": "REJECTED",
- "supplier": "DUMMY_SUPPLIER",
- "orderId": 123,
- "reasonCode": "CUSTOMER_CHANGED_MIND",
- "text": "Delivery too long"
}