Skip to main content
DELETE
/
v1
/
status-page-events
/
{id}
Delete an incident status page event
curl --request DELETE \
  --url https://api.rootly.com/v1/status-page-events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "adc06a96-50e0-4dce-be9a-d449d76e7233",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "b8a66754-8c28-44ea-89bd-bc5eccb2c218",
      "status_page_id": "c2a579c4-129a-4d31-aa31-bb10f3ab62f2",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-12-03T06:17:44.484-08:00",
      "created_at": "2025-12-03T06:17:44.484-08:00",
      "updated_at": "2025-12-03T06:17:46.317-08:00",
      "event": "Sunt quos vitae distinctio."
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

incident_status_page_event deleted

data
object
required