Skip to content

Delete RUM Configuration



POST /api/v1/rum_cfg/delete

Overview

Body Request Parameters

Parameter Name Type Required Description
rumcfgUUIDs array appId list (this parameter was deprecated on 2022-09-01)
Can be empty: False
appIds array appId list
Can be empty: False

Additional Parameter 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

Response

{
    "code": 200,
    "content": {
        "fe52be60_xxx_0ffb4a4ef591": "assddd"
    },
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "13153255462909920843"
} 

Feedback

Is this page helpful? ×