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": "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"
}
}
}Was this page helpful?
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"
}
}
}