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": "fae023df-d080-4717-9f6e-2bb82bf03847",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "1c549672-de6e-4999-ab8e-b31e683de3c2",
      "status_page_id": "1a6ceaf2-58ac-4a4a-9b78-a9bec92c51ba",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-12-22T14:55:29.914-08:00",
      "created_at": "2025-12-22T14:55:29.914-08:00",
      "updated_at": "2025-12-22T14:55:31.120-08:00",
      "event": "Molestias aspernatur optio vero."
    }
  }
}

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