Delete a specific incident event by id
curl --request DELETE \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1a1be4f2-3e7c-4bee-89e5-cc0087af6721",
"type": "incident_events",
"attributes": {
"event": "Id ex quia voluptates.",
"event_raw": "Id ex quia voluptates.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Lakiesha Dicki",
"occurred_at": "2025-12-24T09:25:46.034-08:00",
"starred_at": null,
"created_at": "2025-12-24T09:25:46.034-08:00",
"updated_at": "2025-12-24T09:25:47.584-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1a1be4f2-3e7c-4bee-89e5-cc0087af6721",
"type": "incident_events",
"attributes": {
"event": "Id ex quia voluptates.",
"event_raw": "Id ex quia voluptates.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Lakiesha Dicki",
"occurred_at": "2025-12-24T09:25:46.034-08:00",
"starred_at": null,
"created_at": "2025-12-24T09:25:46.034-08:00",
"updated_at": "2025-12-24T09:25:47.584-08:00"
}
}
}