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

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