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": "9b5bb674-354d-40a8-83e1-e3201be88bb8",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "1c7b8e92-359a-4981-8475-03e3035959d1",
"status_page_id": "8ec9521b-962c-4f84-b6fc-1f5b502d33a3",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-11-28T18:11:15.624-08:00",
"created_at": "2025-11-28T18:11:15.624-08:00",
"updated_at": "2025-11-28T18:11:17.650-08:00",
"event": "Provident odit consequatur asperiores."
}
}
}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": "9b5bb674-354d-40a8-83e1-e3201be88bb8",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "1c7b8e92-359a-4981-8475-03e3035959d1",
"status_page_id": "8ec9521b-962c-4f84-b6fc-1f5b502d33a3",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-11-28T18:11:15.624-08:00",
"created_at": "2025-11-28T18:11:15.624-08:00",
"updated_at": "2025-11-28T18:11:17.650-08:00",
"event": "Provident odit consequatur asperiores."
}
}
}