删除数据
删除文件及标注数据详情
支持根据fid或者ref_id进行文件指定删除(暂不会删除OSS中存储文件),使用fid为:
DELETE http://{{host}}/v1/dataset/{{dataset_id}}/fidloc/{{fid}}
使用ref_id为:
DELETE http://{{host}}/v1/dataset/{{datasetid}}/refloc/{{ref_id}}
请求示例
DELETE http://{{host}}/v1/dataset/{{dataset_id}}/refloc/{{ref_id}}
Content-Type: application/json
T-key: {{T-key}}
Response:
{
"code":"",
"msg":"",
"data":{}
}
Last updated
Was this helpful?