POST Delete Order
Introduction
Delete an order by its order ID. This operation permanently removes the order record from the system. Use with caution as this action cannot be undone.
API Request
POST /order/{orderId}/delete
Request Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
| orderId | path | string | Yes | Order ID |
| X-Tenant-ID | header | string | No | none |
| X-Yard-ID | header | string | No | none |
| Item-Time-Zone | header | string | No | none |
| Authorization | header | string | No | none |
Response Example
200 Response
{
"code": 0,
"msg": "",
"success": false,
"data": null
}Response
| Status Code | Definition | Description | Data Model |
|---|---|---|---|
| 200 | OK (opens in a new tab) | none | RVoid (opens in a new tab) |