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": "6156b946-b1de-4956-9089-f07d9bfd73c8",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "d38f3afb-2bda-4186-ab16-feba6e8ed725",
      "status_page_id": "1b801d7d-e1d0-4c33-bc67-6eace1a3cc7b",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-12-05T05:25:41.600-08:00",
      "created_at": "2025-12-05T05:25:41.600-08:00",
      "updated_at": "2025-12-05T05:25:43.938-08:00",
      "event": "Nulla aut neque asperiores."
    }
  }
}

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