删除识别流
更新时间:2023-11-06
接口描述
本接口用于删除识别流。
接口内容
DELETE /v1/detect/id/$taskid
DELETE /v1/detect/$deviceId
请求参数
| 参数名称 | 类型 | 是否必填 | 说明 |
|---|---|---|---|
| deviceid | string | 是 | 设备标识 |
| taskid | string | 是 | 识别流任务id |
请求示例
Plain Text
1DELETE /v1/detect/id/1
2DELETE /v1/detect/ABC
3
4
5Response:
6{
7"message": "Success"
8}
评价此篇文章
