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": "e1c25ee1-68ea-40d2-8726-ef901e4cab86",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Sequi quisquam accusamus inventore.",
      "description": "Aperiam hic eos. Inventore quos enim. Eos explicabo minus.",
      "is_default": false,
      "created_at": "2025-10-13T18:06:08.060-07:00",
      "updated_at": "2025-10-13T18:06:10.930-07:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "c1d41338-05d1-4124-8ccf-bb0ba0d0984d"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "917cd1eb-8e1a-454b-bede-498bd5239e18",
            "type": "retrospective_steps"
          },
          {
            "id": "9bc7fee0-d445-4dd9-8417-f17f05f81e35",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "c1d41338-05d1-4124-8ccf-bb0ba0d0984d",
            "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
I