DELETE
/
v1
/
templates
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "7ea19266-2f8b-431c-962f-8fce03198ac9",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "2f74a446-f5b7-4cb6-a37a-bbbc54f1bfb7",
      "title": "Inventore",
      "body": "Qui dolore aliquid officiis.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-06-19T02:44:14.127-07:00",
      "updated_at": "2025-06-19T02:44:16.588-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.