Delete a specific template event by id
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "df9ff1d8-4783-443b-a454-dd85d09fbd48",
"type": "status_page_templates",
"attributes": {
"status_page_id": "3fb49cd8-49c0-49a9-bd4d-22f6223e250e",
"title": "Ullam",
"body": "Sequi enim aut dolor.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-13T12:33:29.763-08:00",
"updated_at": "2026-01-13T12:33:31.584-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": "df9ff1d8-4783-443b-a454-dd85d09fbd48",
"type": "status_page_templates",
"attributes": {
"status_page_id": "3fb49cd8-49c0-49a9-bd4d-22f6223e250e",
"title": "Ullam",
"body": "Sequi enim aut dolor.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-13T12:33:29.763-08:00",
"updated_at": "2026-01-13T12:33:31.584-08:00",
"kind": "normal"
}
}
}