No Content

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

order_id
integer
required
The ID of the order that you wish to .

Response

If the order is successfully deleted, the API will return a 204 No Content status code. The response will not contain any content.
No Content