删除 RUM 配置¶
POST /api/v1/rum_cfg/delete
概述¶
Body 请求参数¶
| 参数名 | 类型 | 必选 | 说明 |
|---|---|---|---|
| rumcfgUUIDs | array | appId 列表(该参数2022-09-01下架) 允许为空: False |
|
| appIds | array | appId 列表 允许为空: False |
参数补充说明¶
请求例子¶
curl 'https://openapi.guance.com/api/v1/rum_cfg/delete' \
-H 'DF-API-KEY: <DF-API-KEY>' \
-H 'Content-Type: application/json;charset=UTF-8' \
--data-raw '{"rumcfgUUIDs":["fe52be60_xx_0ffb4a4ef591"]}' \
--compressed