删除产品
DELETE
/api/v1/product/{id}删除产品
请求参数
Path 参数
id
string
产品id
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
message
string
必需
示例
{
"code": 200,
"message": "Delete product successfully"
}
最后修改时间: 9 个月前
DELETE
/api/v1/product/{id}删除产品
{
"code": 200,
"message": "Delete product successfully"
}