DELETE
/
v1
/
templates
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "60f64617-fa81-4985-9ef8-2775532bb52f",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "27b47148-9ece-4343-aff0-7ca70208b8ee",
      "title": "Beatae",
      "body": "Et sit quo assumenda.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-03-20T17:54:54.443-07:00",
      "updated_at": "2025-03-20T17:54:57.821-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
data
object
required