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": "df9ff1d8-4783-443b-a454-dd85d09fbd48",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "3fb49cd8-49c0-49a9-bd4d-22f6223e250e",
      "title": "Ullam",
      "body": "Sequi enim aut dolor.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2026-01-13T12:33:29.763-08:00",
      "updated_at": "2026-01-13T12:33:31.584-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