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": "2c0d8086-148c-423d-a33b-8224e15994ae",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "b2f2669c-eaa7-4881-b24c-66d391f40556",
      "title": "Laboriosam",
      "update_title": null,
      "body": "Illum at ullam nam.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2026-02-03T13:49:06.971-08:00",
      "updated_at": "2026-02-03T13:49:10.481-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