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
Path parameters
-
Source map identifier
Responses
-
200 application/json; Elastic-Api-Version=2023-10-31
Successful response
Additional properties are NOT allowed.
-
400 application/json; Elastic-Api-Version=2023-10-31
Bad Request response
-
401 application/json; Elastic-Api-Version=2023-10-31
Unauthorized response
-
403 application/json; Elastic-Api-Version=2023-10-31
Forbidden response
-
500 application/json; Elastic-Api-Version=2023-10-31
Internal Server Error response
-
501 application/json; Elastic-Api-Version=2023-10-31
Not Implemented response
DELETE /api/apm/sourcemaps/{id}
curl \
-X DELETE https://localhost:5601/api/apm/sourcemaps/{id} \
-H "elastic-api-version: 2023-10-31" \
-H "kbn-xsrf: true"
Response examples (200)
{}
Response examples (400)
{
"error": "Not Found",
"message": "Not Found",
"statusCode": 400
}
Response examples (401)
{
"error": "Unauthorized",
"message": "string",
"statusCode": 401
}
Response examples (403)
{
"error": "Forbidden",
"message": "string",
"statusCode": 403
}
Response examples (500)
{
"error": "Internal Server Error",
"message": "string",
"statusCode": 500
}
Response examples (501)
{
"error": "Not Implemented",
"message": "Not Implemented",
"statusCode": 501
}