Skip to content

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

Response

{
    "code": 200,
    "content": true,
    "errorCode": "",
    "message": "",
    "success": true,
    "traceId": "TRACE-50B4B62F-9593-4C4D-9E8D-DBAB3FB31489"
} 

Feedback

Is this page helpful? ×