DELETE
/
v1
/
retrospective_process_groups
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/retrospective_process_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4f985053-e93b-427e-b1ca-c0f56a626247",
    "type": "retrospective_process_groups",
    "attributes": {
      "retrospective_process_id": "f163bd82-b920-406b-a9ac-5426902e7a66",
      "sub_status_id": "066bb8e1-175e-4d65-9ebe-d5e4a9b45c1e",
      "position": 1,
      "updated_at": "2025-07-05T07:47:21.267-07:00",
      "created_at": "2025-07-05T07:47:19.220-07:00"
    },
    "relationships": {
      "retrospective_process_group_steps": {
        "data": []
      }
    }
  }
}

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_group deleted

The response is of type object.