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": "25bd35e8-27c5-414f-a86c-341a6af919b2",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Deserunt rem eos qui.",
      "description": "Laboriosam odit debitis. Voluptatem veniam enim. Vel quo temporibus.",
      "is_default": false,
      "created_at": "2025-12-24T09:27:50.006-08:00",
      "updated_at": "2025-12-24T09:27:51.521-08:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "2d31e864-629b-4ded-8913-4f99ae4f0f1e"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "6d04d479-3c77-4ba3-8fc5-07b9d6024efa",
            "type": "retrospective_steps"
          },
          {
            "id": "f3641f13-ee5d-4cdb-ac35-684387ab5308",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "2d31e864-629b-4ded-8913-4f99ae4f0f1e",
            "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