Delete a specific template event by id
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1085e6e5-1c1f-437b-88ee-b7bedef996fa",
"type": "status_page_templates",
"attributes": {
"status_page_id": "3153f02e-cb85-412d-a749-04f65ef06421",
"title": "Amet",
"body": "Nesciunt tempore ea et.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-09T17:16:32.382-08:00",
"updated_at": "2026-01-09T17:16:34.593-08:00",
"kind": "normal"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "1085e6e5-1c1f-437b-88ee-b7bedef996fa",
"type": "status_page_templates",
"attributes": {
"status_page_id": "3153f02e-cb85-412d-a749-04f65ef06421",
"title": "Amet",
"body": "Nesciunt tempore ea et.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-09T17:16:32.382-08:00",
"updated_at": "2026-01-09T17:16:34.593-08:00",
"kind": "normal"
}
}
}