Skip to content

Delete Data Access Rule



POST /api/v1/logging_query_rule/delete

Overview

Delete data access rule

Body Request Parameters

Parameter Name Type Required Description
loggingQueryRuleUuids array Y List of UUIDs for log data access rules
Allow null: False

Additional Parameter Notes

Request Example

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

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-6FABDEAB-3FCE-4C12-B18C-9784636367B2"
} 

Feedback

Is this page helpful? ×