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": "a36a1048-8457-4811-958b-24db2b3b2094",
    "type": "retrospective_process_groups",
    "attributes": {
      "retrospective_process_id": "92d6a60f-8e4d-4555-b238-27ca11c65dab",
      "sub_status_id": "5ac68d6e-15d1-4b31-b9c9-26f6340205ec",
      "position": 1,
      "updated_at": "2025-03-22T23:04:17.660-07:00",
      "created_at": "2025-03-22T23:04:16.315-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

Was this page helpful?