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": "6156b946-b1de-4956-9089-f07d9bfd73c8",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "d38f3afb-2bda-4186-ab16-feba6e8ed725",
"status_page_id": "1b801d7d-e1d0-4c33-bc67-6eace1a3cc7b",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-05T05:25:41.600-08:00",
"created_at": "2025-12-05T05:25:41.600-08:00",
"updated_at": "2025-12-05T05:25:43.938-08:00",
"event": "Nulla aut neque asperiores."
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_status_page_event deleted
Show child attributes
Unique ID of the incident event
incident_status_page_events Show child attributes
The summary of the incident event
Date of start
Date of creation
Date of last update
Unique ID of the status page you wish to post the event to
The status of the incident event
investigating, identified, monitoring, resolved, scheduled, in_progress, completed Notify all status pages subscribers
For Statuspage.io integrated pages auto publishes a tweet for your update
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "6156b946-b1de-4956-9089-f07d9bfd73c8",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "d38f3afb-2bda-4186-ab16-feba6e8ed725",
"status_page_id": "1b801d7d-e1d0-4c33-bc67-6eace1a3cc7b",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-12-05T05:25:41.600-08:00",
"created_at": "2025-12-05T05:25:41.600-08:00",
"updated_at": "2025-12-05T05:25:43.938-08:00",
"event": "Nulla aut neque asperiores."
}
}
}