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": "0c2e2f2b-b076-4bc8-a1fd-29df84b35cc6",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "b2ef88ff-eeb3-42d2-9f81-4b77b90302de",
      "status_page_id": "ebd5b484-bab5-49bd-9cff-db2eed387e3f",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-12-05T21:26:36.526-08:00",
      "created_at": "2025-12-05T21:26:36.526-08:00",
      "updated_at": "2025-12-05T21:26:37.840-08:00",
      "event": "Delectus quae explicabo facere."
    }
  }
}

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