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": "d14ef625-a4e6-4f3d-b19f-7f995dcd2847",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "0067db7f-18dc-4ad2-8f89-496ee6d54203",
"status_page_id": "737f2950-f74a-4427-9f62-9390efe304e3",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2026-02-13T18:08:18.586-08:00",
"created_at": "2026-02-13T18:08:18.586-08:00",
"updated_at": "2026-02-13T18:08:19.429-08:00",
"event": "Et omnis ipsam rerum."
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "d14ef625-a4e6-4f3d-b19f-7f995dcd2847",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "0067db7f-18dc-4ad2-8f89-496ee6d54203",
"status_page_id": "737f2950-f74a-4427-9f62-9390efe304e3",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2026-02-13T18:08:18.586-08:00",
"created_at": "2026-02-13T18:08:18.586-08:00",
"updated_at": "2026-02-13T18:08:19.429-08:00",
"event": "Et omnis ipsam rerum."
}
}
}