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": "70044747-ea8b-4652-9713-84ec3380cfd7",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "344074e9-2ee7-464d-b6fe-8d7124c110d2",
      "status_page_id": "72b9620b-532c-4416-9596-96084b9d399d",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-06-21T12:01:01.278-07:00",
      "created_at": "2025-06-21T12:01:01.278-07:00",
      "updated_at": "2025-06-21T12:01:03.317-07:00",
      "event": "Vel itaque maiores provident."
    }
  }
}

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.