Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
retrospective_step deleted
Delete a specific retrospective step by id
curl --request DELETE \
--url https://api.rootly.com/v1/retrospective_steps/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "07a7edf6-f774-4b9d-b9b4-79c2b7d40c39",
"type": "retrospective_steps",
"attributes": {
"retrospective_process_id": "8d69c4bd-818f-4a23-accb-d20ac49951b0",
"title": "Step 11",
"description": "Bar",
"incident_role_id": "cb82b187-8e35-4c5d-ad06-5b973b10dbb1",
"due_after_days": null,
"position": 1,
"skippable": true,
"created_at": "2025-11-28T18:12:52.920-08:00",
"updated_at": "2025-11-28T18:12:53.901-08:00"
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
retrospective_step deleted
Show child attributes
Was this page helpful?
curl --request DELETE \
--url https://api.rootly.com/v1/retrospective_steps/{id} \
--header 'Authorization: Bearer <token>'{
"data": {
"id": "07a7edf6-f774-4b9d-b9b4-79c2b7d40c39",
"type": "retrospective_steps",
"attributes": {
"retrospective_process_id": "8d69c4bd-818f-4a23-accb-d20ac49951b0",
"title": "Step 11",
"description": "Bar",
"incident_role_id": "cb82b187-8e35-4c5d-ad06-5b973b10dbb1",
"due_after_days": null,
"position": 1,
"skippable": true,
"created_at": "2025-11-28T18:12:52.920-08:00",
"updated_at": "2025-11-28T18:12:53.901-08:00"
}
}
}