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": "47b69524-ae36-4c0d-9137-15c2b8ec1a3f",
"type": "retrospective_process_group_steps",
"attributes": {
"retrospective_process_group_id": "53e6cd82-eb8f-4d7b-a280-ec56f5f2fd6a",
"retrospective_step_id": "bf174874-c6ec-495d-a153-d5ff8a5486e4",
"position": 1,
"updated_at": "2026-01-15T15:46:20.636-08:00",
"created_at": "2026-01-15T15:46:20.583-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": "47b69524-ae36-4c0d-9137-15c2b8ec1a3f",
"type": "retrospective_process_group_steps",
"attributes": {
"retrospective_process_group_id": "53e6cd82-eb8f-4d7b-a280-ec56f5f2fd6a",
"retrospective_step_id": "bf174874-c6ec-495d-a153-d5ff8a5486e4",
"position": 1,
"updated_at": "2026-01-15T15:46:20.636-08:00",
"created_at": "2026-01-15T15:46:20.583-08:00"
}
}
}