DELETE
/
v1
/
events
/
{id}
Delete an incident event
curl --request DELETE \
  --url https://api.rootly.com/v1/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "ff44eab6-f1e8-4a98-98ff-68c3076863e7",
    "type": "incident_events",
    "attributes": {
      "event": "Eos ut laboriosam aliquam.",
      "event_raw": "Eos ut laboriosam aliquam.",
      "kind": "event",
      "source": "web",
      "visibility": "internal",
      "user_display_name": "Edmund Toy",
      "occurred_at": "2025-07-14T15:02:01.153-07:00",
      "starred_at": null,
      "created_at": "2025-07-14T15:02:01.153-07:00",
      "updated_at": "2025-07-14T15:02:04.380-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.