Orders
Cancel an Order
Cancels an open order in the system by its unique identifier.
DELETE
Please Note:
- An order can only be canceled if it is in one of the following cancellable statuses:
New
,Scheduling
,Scheduled
,Re-Scheduling
, orRe-Scheduled
. - If the order is already in a
Completed
orCanceled
state, it cannot be canceled. - You will not be charged for canceled orders.
- The
webhook
provided during the order creation will be triggered upon successful cancellation to notify the system of the change.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
204 - application/json
Soft delete a single record
The response is of type any
.
Was this page helpful?