IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Delete source map
editDelete source map
editDelete a previously uploaded source map.
Privileges
editThe user accessing this endpoint requires All
Kibana privileges for the APM and User Experience feature.
For more information, see Kibana privileges.
Request
editDELETE /api/apm/sourcemaps/:id
Example
editThe following example deletes a source map with an id of apm:foo-1.0.0-644fd5a9
:
curl -X DELETE "http://localhost:5601/api/apm/sourcemaps/apm:foo-1.0.0-644fd5a9" \ -H 'Content-Type: application/json' \ -H 'kbn-xsrf: true' \ -H 'Authorization: ApiKey ${YOUR_API_KEY}'
Response body
edit{}