DELETE
/
v1
/
templates
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "83d74435-155f-4204-b233-21dc2b6ecb78",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "09440771-580d-427a-9263-4d7594941e4e",
      "title": "Vel",
      "body": "Quo rerum ut saepe.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-04-18T09:53:16.509-07:00",
      "updated_at": "2025-04-18T09:53:20.087-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