Skip to main content
DELETE
/
v2
/
order_events
/
{order_event_id}
Delete order event
curl --request DELETE \
  --url https://dev.sbx.imprint.co/v2/order_events/{order_event_id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

order_event_id
string
required

Unique identifier for the order event

Response

204

Order event deleted successfully