Delete a specific template event by id
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "df2ebcb5-2483-4d1c-92c4-264b74e0be34",
"type": "status_page_templates",
"attributes": {
"status_page_id": "3e0b9116-fb0f-477c-a2eb-ccc84dc3e0a8",
"title": "Labore",
"body": "Dolores mollitia dolore ut.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-20T12:35:38.085-08:00",
"updated_at": "2026-01-20T12:35:39.280-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": "df2ebcb5-2483-4d1c-92c4-264b74e0be34",
"type": "status_page_templates",
"attributes": {
"status_page_id": "3e0b9116-fb0f-477c-a2eb-ccc84dc3e0a8",
"title": "Labore",
"body": "Dolores mollitia dolore ut.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2026-01-20T12:35:38.085-08:00",
"updated_at": "2026-01-20T12:35:39.280-08:00",
"kind": "normal"
}
}
}