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": "b8e3eb3f-1e5a-4bcb-938c-cb894c2716b4",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "06d167c8-6553-44be-ab9d-312bbfcf54b7",
      "status_page_id": "2c9c550b-8711-401c-928e-1bea7df694df",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-03-19T07:52:37.055-07:00",
      "created_at": "2025-03-19T07:52:37.055-07:00",
      "updated_at": "2025-03-19T07:52:39.679-07:00",
      "event": "Sit omnis eos non."
    }
  }
}

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
data
object
required