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": "fae023df-d080-4717-9f6e-2bb82bf03847",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "1c549672-de6e-4999-ab8e-b31e683de3c2",
"status_page_id": "1a6ceaf2-58ac-4a4a-9b78-a9bec92c51ba",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-22T14:55:29.914-08:00",
"created_at": "2025-12-22T14:55:29.914-08:00",
"updated_at": "2025-12-22T14:55:31.120-08:00",
"event": "Molestias aspernatur optio vero."
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "fae023df-d080-4717-9f6e-2bb82bf03847",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "1c549672-de6e-4999-ab8e-b31e683de3c2",
"status_page_id": "1a6ceaf2-58ac-4a4a-9b78-a9bec92c51ba",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-22T14:55:29.914-08:00",
"created_at": "2025-12-22T14:55:29.914-08:00",
"updated_at": "2025-12-22T14:55:31.120-08:00",
"event": "Molestias aspernatur optio vero."
}
}
}