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.

DELETE
/shipos/orders/{order_id}
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