DELETE
/
v1
/
events
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "8c0f2889-2ef2-4822-89bc-f7cd4b8986e5",
    "type": "incident_events",
    "attributes": {
      "event": "Ratione earum harum velit.",
      "event_raw": "Ratione earum harum velit.",
      "kind": "event",
      "source": "web",
      "visibility": "internal",
      "user_display_name": "Noe Wolf",
      "occurred_at": "2025-05-08T00:20:24.390-07:00",
      "starred_at": null,
      "created_at": "2025-05-08T00:20:24.390-07:00",
      "updated_at": "2025-05-08T00:20:27.445-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.