Skip to main content
DELETE
/
v1
/
templates
/
{id}
Delete a incident event
curl --request DELETE \
  --url https://api.rootly.com/v1/templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "9cffa1fb-4d6d-4262-8850-4679bf640334",
    "type": "status_page_templates",
    "attributes": {
      "status_page_id": "b004c69e-0673-423e-ace3-2f0a0ecfc60b",
      "title": "Distinctio",
      "body": "Cupiditate quo iste eos.",
      "update_status": null,
      "should_notify_subscribers": false,
      "position": 1,
      "enabled": true,
      "created_at": "2025-11-06T13:30:07.349-08:00",
      "updated_at": "2025-11-06T13:30:09.524-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

incident_event deleted

data
object
required