Skip to content

Delete an Intelligent Inspection



post /api/v1/self_built_checker/delete

Overview

Delete an intelligent inspection according to checker_uuid.

Body Request Parameter

Parameter Name Type Required Description
ruleUUID string Self-built UUID for intelligent inspection
Example: rul_xxxxx
Allow null: False
refKey string Association key of intelligent inspection
Example: xxx
Allow null: False

Supplementary Description of Parameters

Request Example

curl 'https://openapi.guance.com/api/v1/self_built_checker/rul_d0736e059fd74d859cdcdce102687378/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw 'null' \
--compressed \
--insecure

Response

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

Feedback

Is this page helpful? ×