Delete order
DELETE/api/v2/orders/{order_id}
Deletes an existing order. Only orders that are in draft can be deleted
Authorization
Add HTTP header Authorization with the received API key as the bearer token:
- Authorization
- API Key
Parameters
URL parameters
| Property | Type | Description |
|---|---|---|
order_id | string | Order ID Unique identifier for order. uuid |
Response
No content