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": "4e58d1c6-a799-476f-9f38-dab0a189b4b8",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Dolorem aut laboriosam saepe.",
      "description": "Voluptatum atque voluptas. Eveniet labore voluptates. Nostrum et distinctio.",
      "is_default": false,
      "created_at": "2025-11-24T05:44:44.994-08:00",
      "updated_at": "2025-11-24T05:44:47.185-08:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "066a5382-834f-4041-931f-33473e903cea"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "903c20e6-4419-4ada-a52d-4852c9c51e6e",
            "type": "retrospective_steps"
          },
          {
            "id": "5cb493bf-75a3-48f6-98fa-cde765b4351d",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "066a5382-834f-4041-931f-33473e903cea",
            "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