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": "5a33a780-0159-4058-bd8c-e048711284ac",
"type": "post_mortem_templates",
"attributes": {
"name": "Eius non sequi et.",
"slug": "eius-non-sequi-et",
"format": "html",
"default": false,
"content": "",
"content_html": null,
"content_json": null,
"created_at": "2026-02-12T20:44:58.891-08:00",
"updated_at": "2026-02-12T20:45:01.406-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": "5a33a780-0159-4058-bd8c-e048711284ac",
"type": "post_mortem_templates",
"attributes": {
"name": "Eius non sequi et.",
"slug": "eius-non-sequi-et",
"format": "html",
"default": false,
"content": "",
"content_html": null,
"content_json": null,
"created_at": "2026-02-12T20:44:58.891-08:00",
"updated_at": "2026-02-12T20:45:01.406-08:00"
}
}
}