删除¶
POST /api/v1/incidents/schedule/delete
概述¶
Body 请求参数¶
| 参数名 | 类型 | 必选 | 说明 |
|---|---|---|---|
| scheduleUUIDs | array | Y | 值班UUID列表 允许为空: False |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/incidents/schedule/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"scheduleUUIDs": ["incsch_xxx"]}' \
--compressed