삭제¶
POST /api/v1/notification_schedule/delete
개요¶
본문 요청 매개변수¶
| 매개변수명 | 유형 | 필수 | 설명 |
|---|---|---|---|
| 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