Delete RUM Configuration¶
POST /api/v1/rum_cfg/delete
Overview¶
Body Request Parameters¶
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| rumcfgUUIDs | array | List of appIds (This parameter will be deprecated on 2022-09-01) Allow empty: False |
|
| appIds | array | List of appIds Allow empty: False |
Parameter Additional Notes¶
Request Example¶
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