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.
Path parameters
-
spaceId
string Required An identifier for the space. If
/s/
and the identifier are omitted from the path, the default space is used.
POST
/s/{spaceId}/api/observability/slos/_bulk_delete
curl \
--request POST 'https://localhost:5601/s/default/api/observability/slos/_bulk_delete' \
--header "Authorization: $API_KEY" \
--header "Content-Type: application/json" \
--header "kbn-xsrf: string" \
--data '{"list":["8853df00-ae2e-11ed-90af-09bb6422b258"]}'