Delete source map
Spaces method and path for this operation:
delete /s/{space_id}/api/apm/sourcemaps/{id}
Refer to Spaces for more information.
Delete a previously uploaded source map.
Headers
-
The version of the API to use
Value is
2023-10-31
. Default value is2023-10-31
. -
A required header to protect against CSRF attacks
DELETE
/api/apm/sourcemaps/{id}
curl \
--request DELETE 'https://localhost:5601/api/apm/sourcemaps/{id}' \
--header "Authorization: $API_KEY" \
--header "elastic-api-version: 2023-10-31" \
--header "kbn-xsrf: true"