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": "93e491fe-ab6c-40d6-8016-db17e0bbf641",
    "type": "retrospective_process_groups",
    "attributes": {
      "retrospective_process_id": "44f0037d-d756-420f-a1f7-f975f00e8ec5",
      "sub_status_id": "ec085655-95e4-401c-b03a-706262b736df",
      "position": 1,
      "updated_at": "2025-04-18T18:22:23.802-07:00",
      "created_at": "2025-04-18T18:22:22.388-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
data
object
required