Delete a specific incident event by id
curl --request DELETE \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "74c533e4-6bb8-4d89-9117-0e677df3fb0c",
"type": "incident_events",
"attributes": {
"event": "Consequatur vel beatae et.",
"event_raw": "Consequatur vel beatae et.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Laquanda Schaefer",
"occurred_at": "2025-12-08T08:27:49.058-08:00",
"starred_at": null,
"created_at": "2025-12-08T08:27:49.058-08:00",
"updated_at": "2025-12-08T08:27:51.322-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_event deleted
Show child attributes
Unique ID of the incident event
incident_events Show child attributes
The summary of the incident event
Date of occurence
Date of creation
Date of last update
The visibility of the incident action item
internal, external Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "74c533e4-6bb8-4d89-9117-0e677df3fb0c",
"type": "incident_events",
"attributes": {
"event": "Consequatur vel beatae et.",
"event_raw": "Consequatur vel beatae et.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Laquanda Schaefer",
"occurred_at": "2025-12-08T08:27:49.058-08:00",
"starred_at": null,
"created_at": "2025-12-08T08:27:49.058-08:00",
"updated_at": "2025-12-08T08:27:51.322-08:00"
}
}
}