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": "d8725012-f33d-408e-a386-6219db6445bb",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "9ea31ef1-730c-415d-9aa7-9b37d1f9287c",
      "title": "Dolor",
      "body": "Quo quia corrupti unde.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-12-10T16:45:32.076-08:00",
      "updated_at": "2025-12-10T16:45:33.737-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