Skip to main content
DELETE
/
v1
/
retrospective_process_group_steps
/
{id}
Delete a RetrospectiveProcessGroup Step
curl --request DELETE \
  --url https://api.rootly.com/v1/retrospective_process_group_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "33b852a3-16f1-4e18-abc0-36351758fa48",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "d087073d-98db-41fa-b065-6a4b6553bd09",
      "retrospective_step_id": "8acbfacb-c854-4820-92e7-b60264a592a2",
      "position": 1,
      "updated_at": "2026-02-05T01:52:38.099-08:00",
      "created_at": "2026-02-05T01:52:38.050-08:00"
    }
  }
}

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

retrospective_process_group_step deleted

data
object
required