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": "adc06a96-50e0-4dce-be9a-d449d76e7233",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "b8a66754-8c28-44ea-89bd-bc5eccb2c218",
"status_page_id": "c2a579c4-129a-4d31-aa31-bb10f3ab62f2",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-03T06:17:44.484-08:00",
"created_at": "2025-12-03T06:17:44.484-08:00",
"updated_at": "2025-12-03T06:17:46.317-08:00",
"event": "Sunt quos vitae distinctio."
}
}
}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": "adc06a96-50e0-4dce-be9a-d449d76e7233",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "b8a66754-8c28-44ea-89bd-bc5eccb2c218",
"status_page_id": "c2a579c4-129a-4d31-aa31-bb10f3ab62f2",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-03T06:17:44.484-08:00",
"created_at": "2025-12-03T06:17:44.484-08:00",
"updated_at": "2025-12-03T06:17:46.317-08:00",
"event": "Sunt quos vitae distinctio."
}
}
}