Skip to content

Delete a Smart Security Check



POST /api/v1/self_built_checker/delete

Overview

Delete a user-defined security check based on checker_uuid

Body Request Parameters

Parameter Name Type Required Description
ruleUUID string UUID of the user-defined security check
Example: rul_xxxxx
Allow empty: False
refKey string Associated key of the user-defined security check
Example: xxx
Allow empty: False

Additional Parameter Notes

Request Example

curl 'https://openapi.guance.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

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-0ABCD3FC-9441-4617-9301-A95299460890"
} 

Feedback

Is this page helpful? ×