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": "94c3cc28-6563-45a9-9af8-69df8e6ba5d1",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Laborum dolore et sapiente.",
      "description": "Velit vitae omnis. A dignissimos sint. Ullam qui maiores.",
      "is_default": false,
      "created_at": "2026-02-09T15:56:31.503-08:00",
      "updated_at": "2026-02-09T15:56:33.356-08:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "a7feb80d-bc0a-4f46-9011-48e4eddad1f8"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "17883f7f-5bbc-4fd7-8226-7ad4738787ae",
            "type": "retrospective_steps"
          },
          {
            "id": "c24f6c86-13b4-4e3b-8005-2daaf50ed416",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "a7feb80d-bc0a-4f46-9011-48e4eddad1f8",
            "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