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": "a827b30e-5ad3-4f5d-b0cc-fecdec9b9bcd",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "e442a325-ee01-459c-b166-38394f184e94",
      "status_page_id": "ded5f9fd-2a79-4229-8d32-eac8e8442140",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-12-21T12:09:23.639-08:00",
      "created_at": "2025-12-21T12:09:23.639-08:00",
      "updated_at": "2025-12-21T12:09:24.560-08:00",
      "event": "Quisquam tempore non quia."
    }
  }
}

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