删除某个 SLO¶
GET /api/v1/slo/{slo_uuid}/delete
概述¶
路由参数¶
参数名 | 类型 | 必选 | 说明 |
---|---|---|---|
slo_uuid | string | Y | 某个 SLO 的 UUID |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/slo/monitor_xxxx32/delete' \
-H 'Content-Type: application/json' \
-H 'DF-API-KEY: <DF-API-KEY>' \