删除订单
DELETE
/store/order/{orderId}请求参数
Path 参数
orderId
必需
ID of the order that needs to be deleted
示例代码
返回响应
ID 不正确(400)
记录不存在(404)
HTTP 状态码: 400
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 3 年前
DELETE
/store/order/{orderId}ID of the order that needs to be deleted
{}