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": "6d00976a-8c2c-4580-8c66-d2f89bc959cf",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "8648a2fd-190a-4857-a903-305c3ba1355b",
      "status_page_id": "af35c9c9-a2d1-4f45-85d1-8e327a1d9920",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-12-16T13:17:02.634-08:00",
      "created_at": "2025-12-16T13:17:02.634-08:00",
      "updated_at": "2025-12-16T13:17:03.950-08:00",
      "event": "Ullam quas magni voluptatum."
    }
  }
}

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