cURL
curl --request DELETE \ --url https://dev.sbx.imprint.co/v2/order_events/{order_event_id} \ --header 'Authorization: Bearer <token>'
Delete an existing order event
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Unique identifier for the order event
Order event deleted successfully