Skip to main content
Delete Slo
curl --request DELETE \
  --url https://api.coralogix.com/mgmt/openapi/4/slo/slos/v1/{id} \
  --header 'Authorization: <api-key>'
{
  "effectedSloAlertIds": [
    "<string>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.coralogix.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

Response

Response after deleting an existing SLO.

effectedSloAlertIds
string[]