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": "27ccba3a-5d71-4702-8c54-4ab18e4b5be3",
    "type": "incident_status_page_events",
    "attributes": {
      "incident_id": "7e6b819c-9f6f-4562-930f-ae3c9faeff16",
      "status_page_id": "48add2f9-cd4e-46f1-841f-7f5d1b16386b",
      "status": "investigating",
      "notify_subscribers": false,
      "should_tweet": false,
      "started_at": "2025-12-19T18:16:45.231-08:00",
      "created_at": "2025-12-19T18:16:45.231-08:00",
      "updated_at": "2025-12-19T18:16:46.252-08:00",
      "event": "Voluptatum cumque velit et."
    }
  }
}

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