DELETE
/
v1
/
templates
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/templates/%7Bid%7D \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
{
  "data": {
    "id": "73cde2d7-a1d1-4127-aae3-e251c83b14e4",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "1cf78460-d75f-4468-8f68-2bd835920139",
      "title": "Animi",
      "body": "Quibusdam autem modi magnam.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-03-05T15:13:15.519-08:00",
      "updated_at": "2025-03-05T15:13:18.321-08: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