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": "5d3add75-c44b-4638-8319-4cd3766052e2",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "74d42b51-24f5-4f45-b063-55061a8e48f4",
"status_page_id": "90999993-9d6d-4a1e-bdea-4d37ed1bbaa4",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2026-02-04T07:27:15.132-08:00",
"created_at": "2026-02-04T07:27:15.132-08:00",
"updated_at": "2026-02-04T07:27:16.353-08:00",
"event": "Facere repellendus illo qui."
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "5d3add75-c44b-4638-8319-4cd3766052e2",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "74d42b51-24f5-4f45-b063-55061a8e48f4",
"status_page_id": "90999993-9d6d-4a1e-bdea-4d37ed1bbaa4",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2026-02-04T07:27:15.132-08:00",
"created_at": "2026-02-04T07:27:15.132-08:00",
"updated_at": "2026-02-04T07:27:16.353-08:00",
"event": "Facere repellendus illo qui."
}
}
}