Delete a specific template event by id
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "506f376d-0fcc-497b-965a-4052a7e46111",
"type": "status_page_templates",
"attributes": {
"status_page_id": "ce95af49-be8f-445e-a7fb-036be61b1fc1",
"title": "Recusandae",
"body": "Quas consectetur quae repudiandae.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-11-28T18:13:43.955-08:00",
"updated_at": "2025-11-28T18:13:45.546-08:00",
"kind": "normal"
}
}
}Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "506f376d-0fcc-497b-965a-4052a7e46111",
"type": "status_page_templates",
"attributes": {
"status_page_id": "ce95af49-be8f-445e-a7fb-036be61b1fc1",
"title": "Recusandae",
"body": "Quas consectetur quae repudiandae.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-11-28T18:13:43.955-08:00",
"updated_at": "2025-11-28T18:13:45.546-08:00",
"kind": "normal"
}
}
}