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": "f7c722c4-091e-404d-b0f6-eaf9fe85d61e",
"type": "retrospective_steps",
"attributes": {
"retrospective_process_id": "03846d1b-7d08-43bb-baae-706279d3d2bb",
"title": "Step 11",
"description": "Bar",
"incident_role_id": "bcd02835-acfb-4db9-9731-77d1e45aa011",
"due_after_days": null,
"position": 1,
"skippable": true,
"created_at": "2025-10-18T10:29:59.317-07:00",
"updated_at": "2025-10-18T10:30:00.371-07: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": "f7c722c4-091e-404d-b0f6-eaf9fe85d61e",
"type": "retrospective_steps",
"attributes": {
"retrospective_process_id": "03846d1b-7d08-43bb-baae-706279d3d2bb",
"title": "Step 11",
"description": "Bar",
"incident_role_id": "bcd02835-acfb-4db9-9731-77d1e45aa011",
"due_after_days": null,
"position": 1,
"skippable": true,
"created_at": "2025-10-18T10:29:59.317-07:00",
"updated_at": "2025-10-18T10:30:00.371-07:00"
}
}
}