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": "aad84829-6e74-447a-91ae-d4a70145b5ef",
"type": "retrospective_process_group_steps",
"attributes": {
"retrospective_process_group_id": "dd7d715f-a9c1-435c-ab55-ba3c3a139850",
"retrospective_step_id": "4f0a16b9-9cbc-4267-9932-8bb5f8be2ce7",
"position": 1,
"updated_at": "2025-11-06T13:28:53.680-08:00",
"created_at": "2025-11-06T13:28:53.605-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": "aad84829-6e74-447a-91ae-d4a70145b5ef",
"type": "retrospective_process_group_steps",
"attributes": {
"retrospective_process_group_id": "dd7d715f-a9c1-435c-ab55-ba3c3a139850",
"retrospective_step_id": "4f0a16b9-9cbc-4267-9932-8bb5f8be2ce7",
"position": 1,
"updated_at": "2025-11-06T13:28:53.680-08:00",
"created_at": "2025-11-06T13:28:53.605-08:00"
}
}
}