Delete a specific Retrospective Template by id
curl --request DELETE \
--url https://api.rootly.com/v1/post_mortem_templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "02b417fd-f2f0-4d3d-b6b1-8d2761ef580c",
"type": "post_mortem_templates",
"attributes": {
"name": "Similique ut nihil soluta.",
"slug": "similique-ut-nihil-soluta",
"format": "html",
"default": false,
"content": "",
"content_html": null,
"content_json": null,
"created_at": "2026-01-26T20:14:50.602-08:00",
"updated_at": "2026-01-26T20:14:53.053-08:00"
}
}
}Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/post_mortem_templates/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "02b417fd-f2f0-4d3d-b6b1-8d2761ef580c",
"type": "post_mortem_templates",
"attributes": {
"name": "Similique ut nihil soluta.",
"slug": "similique-ut-nihil-soluta",
"format": "html",
"default": false,
"content": "",
"content_html": null,
"content_json": null,
"created_at": "2026-01-26T20:14:50.602-08:00",
"updated_at": "2026-01-26T20:14:53.053-08:00"
}
}
}