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": "e7df02c5-1821-42ac-b1ba-dbc875c920ff",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "0559f2e5-b73f-4710-9831-b18b786ff305",
      "status_page_id": "cef45428-1700-4efd-9e63-56ad3360d223",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-12-09T08:42:05.925-08:00",
      "created_at": "2025-12-09T08:42:05.925-08:00",
      "updated_at": "2025-12-09T08:42:07.140-08:00",
      "event": "Voluptatibus tempora maxime beatae."
    }
  }
}

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