Delete Custom Notification Dates for Alert Strategies¶
POST /api/v1/notice/date/delete
Overview¶
Delete custom notification dates for alert strategies
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
noticeDatesUUIDs | array | Y | UUID of the custom notification dates for alert strategies Allow null: False |
skipRefCheck | boolean | Whether to skip (alert strategy) relationship checks, default is False, which means checks are performed, Allow null: False |
Additional Parameter Explanation¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/notice/date/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"noticeDatesUUIDs": ["ndate_xxxx32", "ndate_xxxx32", "ndate_xxxx32"]}' \
--compressed