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": "778f355e-c59f-4784-a0b6-751a8ccbd0af",
"type": "incident_events",
"attributes": {
"event": "Sed et aut architecto.",
"event_raw": "Sed et aut architecto.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Karon Kuhlman",
"occurred_at": "2025-10-07T10:08:26.460-07:00",
"starred_at": null,
"created_at": "2025-10-07T10:08:26.460-07:00",
"updated_at": "2025-10-07T10:08:29.006-07: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": "778f355e-c59f-4784-a0b6-751a8ccbd0af",
"type": "incident_events",
"attributes": {
"event": "Sed et aut architecto.",
"event_raw": "Sed et aut architecto.",
"kind": "event",
"source": "web",
"visibility": "internal",
"user_display_name": "Karon Kuhlman",
"occurred_at": "2025-10-07T10:08:26.460-07:00",
"starred_at": null,
"created_at": "2025-10-07T10:08:26.460-07:00",
"updated_at": "2025-10-07T10:08:29.006-07:00"
}
}
}