DELETE
/
v1
/
events
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "50583a2f-8ee3-45a9-9c70-0727f5f116dd",
    "type": "incident_events",
    "attributes": {
      "event": "Aut mollitia vero est.",
      "event_raw": "Aut mollitia vero est.",
      "kind": "event",
      "source": "web",
      "visibility": "internal",
      "user_display_name": "Claude Kuhn",
      "occurred_at": "2025-05-29T17:44:10.717-07:00",
      "starred_at": null,
      "created_at": "2025-05-29T17:44:10.717-07:00",
      "updated_at": "2025-05-29T17:44:13.800-07:00"
    }
  }
}

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

200
application/vnd.api+json

incident_event deleted

The response is of type object.