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": "59c6c365-5d9c-4036-b46c-980385a4906d",
    "type": "retrospective_process_groups",
    "attributes": {
      "retrospective_process_id": "4333afec-6a27-43f5-8442-70313f1cc3a9",
      "sub_status_id": "0541a09b-1409-44d5-b079-7ff05bf4bb75",
      "position": 1,
      "updated_at": "2025-03-28T23:04:21.436-07:00",
      "created_at": "2025-03-28T23:04:20.082-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