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": "e975823a-1155-4379-8697-00d93cd9b88f",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Autem unde suscipit minima.",
      "description": "Quaerat in maxime. Deserunt nesciunt ut. Rem culpa reprehenderit.",
      "is_default": false,
      "created_at": "2025-11-19T13:28:36.957-08:00",
      "updated_at": "2025-11-19T13:28:38.630-08:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "b9779c9f-b5cc-4299-9909-4bd9f77e04f5"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "6ae7680b-fd2c-462d-b0d9-a82ecadb896c",
            "type": "retrospective_steps"
          },
          {
            "id": "f16c7b0f-0cd8-4a11-becb-a6e18c85044e",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "b9779c9f-b5cc-4299-9909-4bd9f77e04f5",
            "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