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
CompletedorCanceledstate, it cannot be canceled. - You will not be charged for canceled orders.
- The
webhookprovided 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.