DELETE
/
v1
/
post_mortem_templates
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/post_mortem_templates/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b56f5cc5-ee2c-48aa-b148-4d6a05a6695e",
    "type": "post_mortem_templates",
    "attributes": {
      "name": "Ad voluptatem dolorum aperiam.",
      "slug": "ad-voluptatem-dolorum-aperiam",
      "format": "html",
      "default": false,
      "content": "",
      "created_at": "2025-05-29T17:47:09.118-07:00",
      "updated_at": "2025-05-29T17:47:13.046-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Response

200
application/vnd.api+json

Retrospective Template deleted

The response is of type object.