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": "fc480d1a-f7e9-4752-abf8-a1b39e60287a",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "9750c354-54c0-4e12-a873-76207c7f5862",
      "status_page_id": "e92fbb2f-8a8f-42ae-92e6-f38625ff56b3",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-11-21T14:32:09.947-08:00",
      "created_at": "2025-11-21T14:32:09.947-08:00",
      "updated_at": "2025-11-21T14:32:11.329-08:00",
      "event": "Nesciunt magnam error ullam."
    }
  }
}

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