Delete a specific incident event by id
curl --request DELETE \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "33bb6e1e-75e9-424e-bfd8-63ae81fed64e",
"type": "incident_events",
"attributes": {
"event": "Nobis non saepe natus.",
"event_raw": "Nobis non saepe natus.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Barrett Adams",
"occurred_at": "2026-02-13T18:07:36.535-08:00",
"starred_at": null,
"created_at": "2026-02-13T18:07:36.535-08:00",
"updated_at": "2026-02-13T18:07:37.659-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "33bb6e1e-75e9-424e-bfd8-63ae81fed64e",
"type": "incident_events",
"attributes": {
"event": "Nobis non saepe natus.",
"event_raw": "Nobis non saepe natus.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Barrett Adams",
"occurred_at": "2026-02-13T18:07:36.535-08:00",
"starred_at": null,
"created_at": "2026-02-13T18:07:36.535-08:00",
"updated_at": "2026-02-13T18:07:37.659-08:00"
}
}
}