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": "59d4199c-e08f-4e82-b63e-4f910f659e45",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "a32b2a09-998a-4060-aaa7-aba4928fcac0",
      "title": "Iste",
      "body": "Consequatur ea et qui.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-12-05T21:29:08.403-08:00",
      "updated_at": "2025-12-05T21:29:10.000-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