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": "b6b73046-507b-4b4d-87b1-ef51dfb8b883",
"type": "post_mortem_templates",
"attributes": {
"name": "Consequatur et nesciunt unde.",
"slug": "consequatur-et-nesciunt-unde",
"format": "html",
"default": false,
"content": "",
"created_at": "2026-01-03T21:29:06.302-08:00",
"updated_at": "2026-01-03T21:29:08.028-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": "b6b73046-507b-4b4d-87b1-ef51dfb8b883",
"type": "post_mortem_templates",
"attributes": {
"name": "Consequatur et nesciunt unde.",
"slug": "consequatur-et-nesciunt-unde",
"format": "html",
"default": false,
"content": "",
"created_at": "2026-01-03T21:29:06.302-08:00",
"updated_at": "2026-01-03T21:29:08.028-08:00"
}
}
}