Delete SourceMap¶
POST /api/v1/rum_sourcemap/delete
Overview¶
Delete an existing sourcemap for a specified application
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
appId | string | Y | appId Can be empty: False |
version | string | Version Can be empty: False Can be an empty string: True |
|
env | string | Environment Can be empty: False Can be an empty string: True |
Additional Parameter Notes¶
Request Example¶
curl 'https://openapi.guance.com/api/v1/rum_sourcemap/delete' \
-H 'Content-Type: application/json' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--data-raw $'{\n "appId": "app_demo",\n "version": "1.0.2",\n "env": "daily"\n}' \
--compressed