Overview
This endpoint can be used to delete an order. Endpoint:/api/v1/orders/{order_id}
Method: DELETE
Orders that have returns (completed or otherwise) cannot be deleted.
URL Parameters
The ID of the order that you wish to .
Response
If the order is successfully deleted, the API will return a204 No Content
status code.
The response will not contain any content.