Delete Schedule¶
POST /api/v1/notification_schedule/delete
Overview¶
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
notificationScheduleUUIDs | array | Y | List of schedule UUIDs Allow null: False |
Additional Parameter Notes¶
Request Example¶
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