DELETE
/
v1
/
retrospective_process_groups
/
{id}
Delete a Retrospective Process Group
curl --request DELETE \
  --url https://api.rootly.com/v1/retrospective_process_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "e0f9a7ff-2ef7-4e0c-b58e-3275f6beb19d",
    "type": "retrospective_process_groups",
    "attributes": {
      "retrospective_process_id": "1fd075ce-9d09-49d4-8e66-28b6db7b31f2",
      "sub_status_id": "e244b85b-a8ee-46d0-8fa8-7d9e0df83aba",
      "position": 1,
      "updated_at": "2025-07-17T10:46:22.162-07:00",
      "created_at": "2025-07-17T10:46:20.925-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.