Orders
Delete Order
Delete an order by ID
Note: Orders can only be deleted if they are closed (fulfilled or cancelled). Active orders cannot be deleted.
Authorization
api_key x-access-token<token>
In: header
Path Parameters
order_id*string
The ID of the order to delete
Response Body
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
application/problem+json
curl -X DELETE "https://example.com/shipos/orders/string"Empty