DELETE
/
v1
/
retrospective_processes
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/retrospective_processes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "b053323a-5c74-424d-9576-be95b750865d",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Commodi perspiciatis deserunt libero.",
      "description": "Quas nobis aut. Placeat neque et. Tenetur nobis voluptates.",
      "is_default": false,
      "created_at": "2025-03-26T23:24:12.856-07:00",
      "updated_at": "2025-03-26T23:24:17.768-07:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "bd24ac8c-9596-4141-b937-bab1a94e453a"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "6140b09d-196f-473e-82bd-45c6ffa5f933",
            "type": "retrospective_steps"
          },
          {
            "id": "84c1e0a4-06bf-490a-a8cf-4ea298b848d1",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "bd24ac8c-9596-4141-b937-bab1a94e453a",
            "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

200
application/vnd.api+json
retrospective_process deleted
data
object
required