DELETE
/
v1
/
templates
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "288bf7d7-43d6-40d8-8bc3-bb5045000973",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "bf454915-b29c-4e37-b8c6-074ec6770bc7",
      "title": "Earum",
      "body": "Quia aut velit hic.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-05-08T00:25:17.009-07:00",
      "updated_at": "2025-05-08T00:25:20.887-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

200
application/vnd.api+json
incident_event deleted

The response is of type object.