Skip to main content
DELETE
/
v1
/
retrospective_processes
/
{id}
Delete a retrospective process
curl --request DELETE \
  --url https://api.rootly.com/v1/retrospective_processes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e5ffb13f-7d05-40ee-a51d-d2d2c7287211",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Repellat reiciendis fuga iste.",
      "description": "Nemo voluptatem labore. Minus explicabo itaque. Tempore aperiam amet.",
      "is_default": false,
      "created_at": "2025-12-11T09:42:26.572-08:00",
      "updated_at": "2025-12-11T09:42:28.781-08:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "6a9de0cd-f796-4d4a-acfa-80affcde3efd"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "74e56c78-4ff5-43da-8d48-358d0f02e31e",
            "type": "retrospective_steps"
          },
          {
            "id": "e7bbb436-f61c-4c29-8434-34449babd2f4",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "6a9de0cd-f796-4d4a-acfa-80affcde3efd",
            "type": "incident_types"
          }
        ]
      }
    }
  }
}

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

retrospective_process deleted

data
object
required