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": "363d0e39-a9e1-496f-a8a5-3f3a032b5eba",
    "type": "retrospective_process_groups",
    "attributes": {
      "retrospective_process_id": "b4c8ad90-2920-4bd3-b089-df6bf151b6dd",
      "sub_status_id": "22c2fdd3-73e2-4ae2-889c-f018508f58f7",
      "position": 1,
      "updated_at": "2025-05-29T17:47:33.273-07:00",
      "created_at": "2025-05-29T17:47:31.870-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.