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": "c292ea67-a884-4014-bc6a-78154daf11ac",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "f474d0be-3754-4426-9a71-1782f9391221",
      "title": "Distinctio",
      "body": "Ea modi officia veniam.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-08-18T10:38:44.138-07:00",
      "updated_at": "2025-08-18T10:38:45.921-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

200
application/vnd.api+json

incident_event deleted

The response is of type object.