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": "a827b30e-5ad3-4f5d-b0cc-fecdec9b9bcd",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "e442a325-ee01-459c-b166-38394f184e94",
"status_page_id": "ded5f9fd-2a79-4229-8d32-eac8e8442140",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-21T12:09:23.639-08:00",
"created_at": "2025-12-21T12:09:23.639-08:00",
"updated_at": "2025-12-21T12:09:24.560-08:00",
"event": "Quisquam tempore non quia."
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "a827b30e-5ad3-4f5d-b0cc-fecdec9b9bcd",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "e442a325-ee01-459c-b166-38394f184e94",
"status_page_id": "ded5f9fd-2a79-4229-8d32-eac8e8442140",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-21T12:09:23.639-08:00",
"created_at": "2025-12-21T12:09:23.639-08:00",
"updated_at": "2025-12-21T12:09:24.560-08:00",
"event": "Quisquam tempore non quia."
}
}
}