Skip to main content
DELETE
/
v1
/
post_mortem_templates
/
{id}
Delete a Retrospective Template
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"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
required

Resource UUID

Response

Retrospective Template deleted

data
object
required