版本:202201
删除售后订单
DELETE/openapi/2022-01/orders/post_sales/:post_sale_id
通过售后订单 ID 删除指定的售后订单记录(如退货或换货申请)。
请求
Path参数
post_sale_id string必填
售后 ID。
响应
- 200
- 406
200
- application/json
无 Schema
406
- application/json
- 数据结构
- 示例
- Result
数据结构
errorsstring[]
{
"errors": [
"Operation not allowed in current state"
]
}
{
"errors": [
"Operation not allowed in current state"
]
}