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