DELETE
/
v1
/
status-page-events
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/status-page-events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b1b25404-c25e-4996-b8e2-2cec0cab509e",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "8c5ad4e7-cf86-4757-971a-7a5eed3c22e5",
      "status_page_id": "57cdc88a-27e7-43d9-a8a7-e4b3ef28ed6e",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-06-19T02:41:44.537-07:00",
      "created_at": "2025-06-19T02:41:44.537-07:00",
      "updated_at": "2025-06-19T02:41:46.767-07:00",
      "event": "Cumque possimus consectetur blanditiis."
    }
  }
}

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

200
application/vnd.api+json

incident_status_page_event deleted

The response is of type object.