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": "4aa80b08-ecff-4ca4-8315-87cf7aabfa2d",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Et rerum ut dicta.",
      "description": "Officiis sed expedita. Voluptas sunt fugiat. Nemo neque voluptatem.",
      "is_default": false,
      "created_at": "2026-02-20T18:00:27.021-08:00",
      "updated_at": "2026-02-20T18:00:28.616-08:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "0e868c38-8fa0-4dc2-9f39-6acd8ed29656"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "1ce4bc28-dced-4f98-8e22-ce6914d3b557",
            "type": "retrospective_steps"
          },
          {
            "id": "781a554e-5e1f-4c8d-a1b9-01e2fb09d45a",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "0e868c38-8fa0-4dc2-9f39-6acd8ed29656",
            "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