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": "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"
    }
  }
}

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