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": "98582d98-f185-4d35-9d1b-d5d5cf8a29d1",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "84d28048-4c81-45fa-9156-66d207f15f6e",
      "title": "Iure",
      "body": "Porro odio quaerat accusamus.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-09-16T04:50:26.837-07:00",
      "updated_at": "2025-09-16T04:50:28.689-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