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