Delete a specific template event by id
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "33426032-4567-4918-95a5-b30ebc5f5328",
"type": "status_page_templates",
"attributes": {
"status_page_id": "e96a7614-29fd-4f7d-b2eb-cb6d2574ab19",
"title": "Earum",
"body": "Qui ullam dolorem dolorum.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-24T09:28:27.291-08:00",
"updated_at": "2025-12-24T09:28:28.264-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": "33426032-4567-4918-95a5-b30ebc5f5328",
"type": "status_page_templates",
"attributes": {
"status_page_id": "e96a7614-29fd-4f7d-b2eb-cb6d2574ab19",
"title": "Earum",
"body": "Qui ullam dolorem dolorum.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-24T09:28:27.291-08:00",
"updated_at": "2025-12-24T09:28:28.264-08:00",
"kind": "normal"
}
}
}