跳转至

删除一个静默规则



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 

响应

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

文档评价

文档内容是否对您有帮助? ×