Delete Scheduled Report¶
POST /api/v1/crontab_report/delete
Overview¶
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
reportUUIDs | array | Y | UUIDs of scheduled reports Allow null: False |
Additional Parameter Explanation¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/crontab_report/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Accept-Language: en' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'Accept: application/json, text/plain, */*' \
--data-raw '{"reportUUIDs":["cron_xxxx32"]}' \
--compressed