Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
incident_status_page_event deleted
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": "e49af475-034b-4611-abcf-c9c8331e6b68",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "ac9bff0e-00d1-49ef-aa8f-8f70f6eddebe",
"status_page_id": "56e2ca08-1485-45b4-b28e-265358166582",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-09-18T00:27:31.343-07:00",
"created_at": "2025-09-18T00:27:31.343-07:00",
"updated_at": "2025-09-18T00:27:33.637-07:00",
"event": "Animi iure et placeat."
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
incident_status_page_event deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/status-page-events/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "e49af475-034b-4611-abcf-c9c8331e6b68",
"type": "incident_status_page_events",
"attributes": {
"incident_id": "ac9bff0e-00d1-49ef-aa8f-8f70f6eddebe",
"status_page_id": "56e2ca08-1485-45b4-b28e-265358166582",
"status": "investigating",
"notify_subscribers": false,
"should_tweet": false,
"started_at": "2025-09-18T00:27:31.343-07:00",
"created_at": "2025-09-18T00:27:31.343-07:00",
"updated_at": "2025-09-18T00:27:33.637-07:00",
"event": "Animi iure et placeat."
}
}
}