Cancel order
Parent organisations can use this call to cancel an order of their child organisations.
If payment option "Monthly Invoice" is selected, an invoice item will be created on the current invoice to refund the customer.
Other payment options cannot be refunded automatically.
**This operation can not be reverted by the update call.**
The call will write a `Order Updated` event with the new status.
Authentication
AuthorizationBearer
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the POST request to
/api/v1/authenticate.
Path parameters
order_id
Numerical ID of an order
Response
Successfully cancelled order