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": "2168948e-c3ee-4651-bd59-1ecc2f44935d",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Aut non sequi dolores.",
      "description": "Sed iste dolor. Officiis eligendi quo. Molestiae consequatur dolores.",
      "is_default": false,
      "created_at": "2026-01-31T09:19:06.649-08:00",
      "updated_at": "2026-01-31T09:19:08.254-08:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "ddca00e4-94d8-4fcd-80a4-4a97002b250c"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "9564c9ca-19f6-48bf-a2b2-039e9f7348e6",
            "type": "retrospective_steps"
          },
          {
            "id": "3cd30680-5b2e-43b0-a07e-5da7d937fbab",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "ddca00e4-94d8-4fcd-80a4-4a97002b250c",
            "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