DELETE
/
v1
/
retrospective_processes
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/retrospective_processes/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "1fa6d8fe-823a-406f-8b32-ddebcd9e102c",
    "type": "retrospective_processes",
    "attributes": {
      "name": "Dolorum dolores quis nihil.",
      "description": "Nihil eveniet iusto. Molestias et soluta. Eius quia eum.",
      "is_default": false,
      "created_at": "2025-03-28T23:04:22.789-07:00",
      "updated_at": "2025-03-28T23:04:27.561-07:00",
      "retrospective_process_matching_criteria": {
        "incident_type_ids": [
          "40bd9bbf-af3b-4c49-9c49-b8693960300a"
        ]
      }
    },
    "relationships": {
      "retrospective_steps": {
        "data": [
          {
            "id": "979d4da4-4c69-4fbc-ae41-5ac24f6b12e4",
            "type": "retrospective_steps"
          },
          {
            "id": "46d9e181-68be-4f0c-a50d-8ca904952d8a",
            "type": "retrospective_steps"
          }
        ]
      },
      "incident_types": {
        "data": [
          {
            "id": "40bd9bbf-af3b-4c49-9c49-b8693960300a",
            "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