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": "4fb8d475-2f4f-4fd3-bec3-8b7d42e6a4bb",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Necessitatibus sit omnis ut.",
      "description": "Incidunt facere doloribus. Voluptas cum rerum. Impedit est vero.",
      "is_default": false,
      "created_at": "2025-11-20T01:42:05.765-08:00",
      "updated_at": "2025-11-20T01:42:08.085-08:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "446f11dd-bfce-40e7-9e80-f239009d7f4e"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "a7648de7-2fee-4f9a-ae13-ef71fb9c3560",
            "type": "retrospective_steps"
          },
          {
            "id": "742a2c20-1401-42b0-a353-c1150ee1cb59",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "446f11dd-bfce-40e7-9e80-f239009d7f4e",
            "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