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": "27ccba3a-5d71-4702-8c54-4ab18e4b5be3",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "7e6b819c-9f6f-4562-930f-ae3c9faeff16",
"status_page_id": "48add2f9-cd4e-46f1-841f-7f5d1b16386b",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-19T18:16:45.231-08:00",
"created_at": "2025-12-19T18:16:45.231-08:00",
"updated_at": "2025-12-19T18:16:46.252-08:00",
"event": "Voluptatum cumque velit et."
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "27ccba3a-5d71-4702-8c54-4ab18e4b5be3",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "7e6b819c-9f6f-4562-930f-ae3c9faeff16",
"status_page_id": "48add2f9-cd4e-46f1-841f-7f5d1b16386b",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-19T18:16:45.231-08:00",
"created_at": "2025-12-19T18:16:45.231-08:00",
"updated_at": "2025-12-19T18:16:46.252-08:00",
"event": "Voluptatum cumque velit et."
}
}
}