Batch Delete¶
POST /api/v1/self_built_checker/batch_delete
Overview¶
Delete Self-built Nodes based on checker_uuid
Body Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| ruleUUIDs | array | UUID of the Self-built Nodes Example: rul_xxxxx Allow empty: False |
|
| refKey | string | Association key of the Self-built Nodes Example: xxx Allow empty: False |
Parameter Details¶
Request Example¶
curl 'https://openapi.truewatch.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