Bulk Delete Smart Security Checks¶
POST /api/v1/self_built_checker/batch_delete
Overview¶
Delete self-built security checks based on checker_uuid
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
ruleUUIDs | array | UUID of the self-built security check Example: rul_xxxxx Allow empty: False |
|
refKey | string | Associated key of the self-built security check Example: xxx Allow empty: False |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/self_built_checker/batch_delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"ruleUUIDs":["rul_xxxx32","rul_xxxx32"]}' \
--compressed