Delete an order
DELETE
https://api.tamio.com/v2/orders/{uuid}
Permanently deletes an unfulfilled order. This action cannot be undone. Fulfilled orders cannot be deleted — use refund operations on their associated invoices instead.
Path Parameters
uuid
string*
UUID of the unfulfilled order to delete
Responses
200
Order deleted successfully
Order deleted successfully
status
integer
400
Validation or business-logic error.
Validation or business-logic error.
| Code | Description |
|---|---|
1002 | Order not found or belongs to another account |
status
integer
error
string
Human-readable error message
error_code
integer
Machine-readable error code
401
Missing or invalid API key
Missing or invalid API key
status
integer
error
string