版本:202201
删除订单风险记录
DELETE/openapi/2022-01/orders/:order_id/risks/:id
按风险记录 id 移除订单上的一条自定义风险记录,订单本身不受影响,订单上的其他风险记录保留。
请求
Path参数
order_id string必填
订单 ID。
id string必填
订单风险记录 ID。
响应
- 200
- 404
- 422
200
- application/json
无 Schema
404
- application/json
- 数据结构
- 示例
- Result
数据结构
errorsstring[]
{
"errors": [
"Unable to find resource"
]
}
{
"errors": [
"Unable to find resource"
]
}
422
- application/json
- 数据结构
- 示例
- Result
数据结构
errorsstring[]
{
"errors": [
"ID format error"
]
}
{
"errors": [
"ID format error"
]
}