Delete a specific template event by id
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "2c0d8086-148c-423d-a33b-8224e15994ae",
"type": "status_page_templates",
"attributes": {
"status_page_id": "b2f2669c-eaa7-4881-b24c-66d391f40556",
"title": "Laboriosam",
"update_title": null,
"body": "Illum at ullam nam.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-02-03T13:49:06.971-08:00",
"updated_at": "2026-02-03T13:49:10.481-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": "2c0d8086-148c-423d-a33b-8224e15994ae",
"type": "status_page_templates",
"attributes": {
"status_page_id": "b2f2669c-eaa7-4881-b24c-66d391f40556",
"title": "Laboriosam",
"update_title": null,
"body": "Illum at ullam nam.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-02-03T13:49:06.971-08:00",
"updated_at": "2026-02-03T13:49:10.481-08:00",
"kind": "normal"
}
}
}