Delete a specific template event by id
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "42d6b7b7-b019-420d-999d-43d8c1db30d9",
"type": "status_page_templates",
"attributes": {
"status_page_id": "6f6fd78a-49f9-4098-8464-1fb84f3ceaa7",
"title": "Natus",
"body": "Ut sapiente quas qui.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-19T10:58:19.828-08:00",
"updated_at": "2025-12-19T10:58:20.993-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": "42d6b7b7-b019-420d-999d-43d8c1db30d9",
"type": "status_page_templates",
"attributes": {
"status_page_id": "6f6fd78a-49f9-4098-8464-1fb84f3ceaa7",
"title": "Natus",
"body": "Ut sapiente quas qui.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-19T10:58:19.828-08:00",
"updated_at": "2025-12-19T10:58:20.993-08:00",
"kind": "normal"
}
}
}