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": "b4a75a74-1c9d-435d-8986-d4646c5f5e81",
"type": "retrospective_steps",
"attributes": {
"retrospective_process_id": "a14d2740-5cb1-441b-8138-3fd4fc1c4439",
"title": "Step 11",
"description": "Bar",
"incident_role_id": "04e7056a-3081-489b-b490-785e66ee6269",
"due_after_days": null,
"position": 1,
"skippable": true,
"created_at": "2025-11-27T00:12:03.242-08:00",
"updated_at": "2025-11-27T00:12:04.314-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": "b4a75a74-1c9d-435d-8986-d4646c5f5e81",
"type": "retrospective_steps",
"attributes": {
"retrospective_process_id": "a14d2740-5cb1-441b-8138-3fd4fc1c4439",
"title": "Step 11",
"description": "Bar",
"incident_role_id": "04e7056a-3081-489b-b490-785e66ee6269",
"due_after_days": null,
"position": 1,
"skippable": true,
"created_at": "2025-11-27T00:12:03.242-08:00",
"updated_at": "2025-11-27T00:12:04.314-08:00"
}
}
}