v53

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-076771,7565.2 MB
slo

Bulk delete SLO definitions and their associated summary and rollup data.

Bulk delete SLO definitions and their associated summary and rollup data. This endpoint initiates a bulk deletion operation for SLOs, which may take some time to complete. The status of the operation can be checked using the GET /api/slo/_bulk_delete/{taskId} endpoint.

post/s/{spaceId}/api/observability/slos/_bulk_delete

Path parameters

spaceIdstring required
Example:default

An identifier for the space. If /s/ and the identifier are omitted from the path, the default space is used.

Headers

kbn-xsrfstring required

Cross-site request forgery protection

Request body

liststring[] required

An array of SLO Definition id

Example request

{
  "list": [
    "8853df00-ae2e-11ed-90af-09bb6422b258"
  ]
}

Response

Successful response

taskIdstring

The taskId of the bulk delete operation

Example response

{
  "taskId": "d08506b7-f0e8-4f8b-a06a-a83940f4db91"
}