Delete an order item

delete
/orders/{id}/items/{item_id}

Delete an order item by ID.

id
string
required

The ID of the order.

item_id
string
required

The ID of the order item.

as-store-id
string
required

The unique store identifier is generated by AfterShip. You can obtain this id by making a GET /stores call to get existing stores or a POST /stores to create a new store.

Auth
:
Parameters
:
:
: