Skip to content

Delete



POST /api/v1/log_backup_cfg/batch_delete

Overview

Log forwarding rule deletion

Body Request Parameters

Parameter Name Type Required Description
cfgUUIDs array Y List of forwarding configuration UUIDs
Allow null: False

Additional Parameter Explanation

Request Example

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

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "15728475467540703196"
} 

Feedback

Is this page helpful? ×