Skip to main content
DELETE
/
v2
/
orders
/
{order_id}
Delete order
curl --request DELETE \
  --url https://dev.sbx.imprint.co/v2/orders/{order_id}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>

Path Parameters

order_id
string
required

Unique identifier for the order

Response

204

Order deleted successfully