Skip to main content
DELETE
/
v1
/
templates
/
{id}
Delete a incident event
curl --request DELETE \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4224dfc5-13c5-4978-ac61-28395f5bf4cf",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "3be1977a-f97d-4893-a270-da370e381f7b",
      "title": "Officiis",
      "body": "Qui sit tenetur ut.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-10-07T00:22:55.265-07:00",
      "updated_at": "2025-10-07T00:22:57.161-07:00",
      "kind": "normal"
    }
  }
}

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_event deleted

data
object
required
I