Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_status_page_event deleted
Delete a specific incident status page event by id
curl --request DELETE \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3b1cdf17-a66c-4c95-8da3-786c8a4dfc91",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "cb0cfb9d-04bf-42e3-aa24-e94c6d9b94b3",
"status_page_id": "1c2dce89-a44a-4659-9c2f-fb7409974872",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-10-28T12:18:21.721-07:00",
"created_at": "2025-10-28T12:18:21.721-07:00",
"updated_at": "2025-10-28T12:18:23.054-07:00",
"event": "Omnis dolor eos facilis."
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_status_page_event deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "3b1cdf17-a66c-4c95-8da3-786c8a4dfc91",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "cb0cfb9d-04bf-42e3-aa24-e94c6d9b94b3",
"status_page_id": "1c2dce89-a44a-4659-9c2f-fb7409974872",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-10-28T12:18:21.721-07:00",
"created_at": "2025-10-28T12:18:21.721-07:00",
"updated_at": "2025-10-28T12:18:23.054-07:00",
"event": "Omnis dolor eos facilis."
}
}
}