Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_event deleted
Delete a specific incident event by id
curl --request DELETE \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "406a2942-29c4-41c9-8a4f-fd192518505a",
"type": "incident_events",
"attributes": {
"event": "Ipsum voluptatem officia eum.",
"event_raw": "Ipsum voluptatem officia eum.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Lesley Wisoky",
"occurred_at": "2025-11-18T01:07:36.415-08:00",
"starred_at": null,
"created_at": "2025-11-18T01:07:36.415-08:00",
"updated_at": "2025-11-18T01:07:38.123-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_event deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "406a2942-29c4-41c9-8a4f-fd192518505a",
"type": "incident_events",
"attributes": {
"event": "Ipsum voluptatem officia eum.",
"event_raw": "Ipsum voluptatem officia eum.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Lesley Wisoky",
"occurred_at": "2025-11-18T01:07:36.415-08:00",
"starred_at": null,
"created_at": "2025-11-18T01:07:36.415-08:00",
"updated_at": "2025-11-18T01:07:38.123-08:00"
}
}
}