Delete¶
POST /api/v1/self_built_checker/delete
Overview¶
Delete a Self-built Node based on the checker_uuid.
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| ruleUUID | string | The UUID of the Self-built Node. Example: rul_xxxxx Allow Empty: False |
|
| refKey | string | The association key of the Self-built Node. Example: xxx Allow Empty: False |
Parameter Additional Notes¶
Request Example¶
curl 'https://openapi.truewatch.com/api/v1/self_built_checker/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"ruleUUID":"rule_xxx"}' \
--compressed