Orders
Delete an order
Use this method to delete a specific order using its order id
.
This action cannot be undone.
DELETE
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique order identifier, generated when the order was created.
Response
204
Order successfully deleted