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": "f9655a67-2eb2-4dc4-bc91-404cfd1add2a",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "5c39c9c7-6b34-447a-a2b3-74d4e3705e3a",
      "status_page_id": "a2510a85-8392-41e1-8462-192b5452ccf0",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-10-31T18:57:20.590-07:00",
      "created_at": "2025-10-31T18:57:20.590-07:00",
      "updated_at": "2025-10-31T18:57:21.972-07:00",
      "event": "Qui ab aut repudiandae."
    }
  }
}

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