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": "2edeb872-bce8-4237-bd50-26ae0e508cd6",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "c127bdda-2083-42da-8bc6-34461246aebb",
      "title": "Architecto",
      "body": "Qui cum ipsa dolores.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-10-18T10:30:48.479-07:00",
      "updated_at": "2025-10-18T10:30:49.965-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
I