Skip to main content
DELETE
/
v1
/
alert_events
/
{id}
Delete alert event
curl --request DELETE \
  --url https://api.rootly.com/v1/alert_events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "errors": [
    {
      "title": "<string>",
      "status": "<string>",
      "code": "<string>",
      "detail": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

alert event deleted