Version: 202506
Delete order
DELETE/openapi/2025-06/orders/:order_id
Allows the deletion of a specific order by its unique ID.
Request
Path Parameters
order_id stringrequired
Order ID
Responses
- 200
OK
- application/json
- Schema
- Example
Schema
codestring
error code
messagestring
error message
data object
object
{
"code": "string",
"message": "string",
"data": {}
}