删除一个静默规则¶
POST /api/v1/monitor/mute/{mute_uuid}/delete
概述¶
根据mute_uuid
删除一个静默规则
路由参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
mute_uuid | string | Y | 静默规则UUID |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/monitor/mute/mute_xxxx/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw 'null' \
--compressed