Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
retrospective_process_group_step deleted
Delete a specific RetrospectiveProcessGroup Step by id
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"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
retrospective_process_group_step deleted
Show child attributes
Was this page helpful?
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"
}
}
}