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": "9b5bb674-354d-40a8-83e1-e3201be88bb8",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "1c7b8e92-359a-4981-8475-03e3035959d1",
      "status_page_id": "8ec9521b-962c-4f84-b6fc-1f5b502d33a3",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-11-28T18:11:15.624-08:00",
      "created_at": "2025-11-28T18:11:15.624-08:00",
      "updated_at": "2025-11-28T18:11:17.650-08:00",
      "event": "Provident odit consequatur 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