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": "df2ebcb5-2483-4d1c-92c4-264b74e0be34",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "3e0b9116-fb0f-477c-a2eb-ccc84dc3e0a8",
      "title": "Labore",
      "body": "Dolores mollitia dolore ut.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2026-01-20T12:35:38.085-08:00",
      "updated_at": "2026-01-20T12:35:39.280-08: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