Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
incident_event deleted
Delete a specific template event by id
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "4224dfc5-13c5-4978-ac61-28395f5bf4cf",
"type": "status_page_templates",
"attributes": {
"status_page_id": "3be1977a-f97d-4893-a270-da370e381f7b",
"title": "Officiis",
"body": "Qui sit tenetur ut.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-10-07T00:22:55.265-07:00",
"updated_at": "2025-10-07T00:22:57.161-07:00",
"kind": "normal"
}
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
incident_event deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'
{
"data": {
"id": "4224dfc5-13c5-4978-ac61-28395f5bf4cf",
"type": "status_page_templates",
"attributes": {
"status_page_id": "3be1977a-f97d-4893-a270-da370e381f7b",
"title": "Officiis",
"body": "Qui sit tenetur ut.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-10-07T00:22:55.265-07:00",
"updated_at": "2025-10-07T00:22:57.161-07:00",
"kind": "normal"
}
}
}