Delete a specific template event by id
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "59d4199c-e08f-4e82-b63e-4f910f659e45",
"type": "status_page_templates",
"attributes": {
"status_page_id": "a32b2a09-998a-4060-aaa7-aba4928fcac0",
"title": "Iste",
"body": "Consequatur ea et qui.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-05T21:29:08.403-08:00",
"updated_at": "2025-12-05T21:29:10.000-08:00",
"kind": "normal"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_event deleted
Show child attributes
Unique ID of the status page template
status_page_templates Show child attributes
Title of the template
Description of the event the template will populate
Date of creation
Date of last update
Status of the event the template will populate
The kind of the status page template
normal, scheduled Controls if incident subscribers should be notified
Enable / Disable the status page template
Position of the workflow task
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "59d4199c-e08f-4e82-b63e-4f910f659e45",
"type": "status_page_templates",
"attributes": {
"status_page_id": "a32b2a09-998a-4060-aaa7-aba4928fcac0",
"title": "Iste",
"body": "Consequatur ea et qui.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-12-05T21:29:08.403-08:00",
"updated_at": "2025-12-05T21:29:10.000-08:00",
"kind": "normal"
}
}
}