跳转至

删除定时报告



POST /api/v1/crontab_report/delete

概述

Body 请求参数

参数名 类型 必选 说明
reportUUIDs array Y 定时报告的uuids
允许为空: False

参数补充说明

请求例子

curl 'https://openapi.guance.com/api/v1/crontab_report/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Accept-Language: zh' \
-H 'Content-Type: application/json;charset=UTF-8' \
-H 'Accept: application/json, text/plain, */*' \
--data-raw '{"reportUUIDs":["cron_3a819c6c1d4e4fcea690b18e678b174f"]}' \
--compressed

响应

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

文档评价

文档内容是否对您有帮助? ×