删除巡检任务
接口URL
/api/v1/observe/inspect/inspections/{inspectID}
请求方式
DELETE
Content-Type
application/json
路径变量
参数名 | 示例值 | 参数描述 |
---|---|---|
inspectID | ispt-f898632643e16acc | - |
认证方式
Bearer auth
成功响应示例
{
"Data": null,
"Success": true
}
参数名 | 示例值 | 参数类型 | 参数描述 |
---|---|---|---|
Data | null | Null | - |
Success | true | Boolean | - |