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": "200bcdf9-e5aa-4790-ac15-27ebd593f748",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "7cbcd56a-7a99-4e62-9739-853e97cbf062",
      "retrospective_step_id": "c11a1950-753a-49c8-9af2-95702b9e7e8e",
      "position": 1,
      "updated_at": "2025-11-27T00:11:54.804-08:00",
      "created_at": "2025-11-27T00:11:54.740-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