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": "aa49068a-8363-49f8-8184-b0208cda90a0",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Vel est excepturi repellat.",
      "description": "Accusantium inventore quaerat. Mollitia incidunt eum. Repellat sed dolor.",
      "is_default": false,
      "created_at": "2026-01-22T08:08:28.675-08:00",
      "updated_at": "2026-01-22T08:08:33.308-08:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "426b44eb-a955-4d01-9e26-532afe56e471"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "60a827ef-faa0-403f-a389-1d6df5044e90",
            "type": "retrospective_steps"
          },
          {
            "id": "b61003d0-c65c-43ee-b372-f31efa5d899f",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "426b44eb-a955-4d01-9e26-532afe56e471",
            "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