Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
incident_event deleted
Delete a specific template event by id
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9cffa1fb-4d6d-4262-8850-4679bf640334",
"type": "status_page_templates",
"attributes": {
"status_page_id": "b004c69e-0673-423e-ace3-2f0a0ecfc60b",
"title": "Distinctio",
"body": "Cupiditate quo iste eos.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-11-06T13:30:07.349-08:00",
"updated_at": "2025-11-06T13:30:09.524-08:00",
"kind": "normal"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
incident_event deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "9cffa1fb-4d6d-4262-8850-4679bf640334",
"type": "status_page_templates",
"attributes": {
"status_page_id": "b004c69e-0673-423e-ace3-2f0a0ecfc60b",
"title": "Distinctio",
"body": "Cupiditate quo iste eos.",
"update_status": null,
"should_notify_subscribers": false,
"position": 1,
"enabled": true,
"created_at": "2025-11-06T13:30:07.349-08:00",
"updated_at": "2025-11-06T13:30:09.524-08:00",
"kind": "normal"
}
}
}