Skip to content

Delete an Alert Strategy



POST /api/v1/alert_policy/delete

Overview

Delete an alert strategy

Body Request Parameters

Parameter Name Type Required Description
alertPolicyUUIDs array Y Alert strategy UUIDs
Allow null: False

Additional Parameter Notes

Request Example

curl 'https://openapi.guance.com/api/v1/alert_policy/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"alertPolicyUUIDs": ["altpl_xxxx32"]}' \
--compressed

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-D077F825-E7DE-4332-9368-549A0CD7D288"
} 

Feedback

Is this page helpful? ×