Delete¶
POST /api/v1/data_query_rule/delete
Overview¶
Delete data query rules
Body Parameters¶
| Parameter | Type | Required | Description |
|---|---|---|---|
| queryRuleUuids | array | Y | UUID of data query rules Allow empty: False |
Additional Parameter Description¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/data_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 $'{"queryRuleUuids":["lqrl_xxxx32", "lqrl_xxxx32"]}' \
--compressed