Skip to content

Delete Data Forwarding Rules



POST /api/v1/log_backup_cfg/batch_delete

Overview

Delete data forwarding rules

Body Request Parameters

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

Additional Parameter Notes

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? ×