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

Authorizations

Authorization
string
header
required

API key authentication

Path Parameters

id
string
required

Response

Response after deleting an existing SLO.

effectedSloAlertIds
string[]