Skip to content

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

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-E439F775-18D6-487B-A554-5D74B6F54321"
} 

Feedback

Is this page helpful? ×