DELETE
/
v1
/
templates
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "c2f35b25-904f-4103-8bd9-2ac12db09160",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "c23b4c68-58e7-45e3-b572-7f44c01208e2",
      "title": "Placeat",
      "body": "Maxime ratione odit reiciendis.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-07-09T00:18:53.013-07:00",
      "updated_at": "2025-07-09T00:18:56.085-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.