DELETE
/
v1
/
retrospective_steps
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/retrospective_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "4a6369d5-101f-4700-9ea0-41eb0eb907e8",
    "type": "retrospective_steps",
    "attributes": {
      "retrospective_process_id": "8479552d-ae1e-4331-a72d-9184ff8060af",
      "title": "Step 11",
      "description": "Bar",
      "incident_role_id": "58a93c68-ab1d-49c2-86dc-d31f01c74fff",
      "due_after_days": null,
      "position": 1,
      "skippable": true,
      "created_at": "2025-06-19T02:43:19.359-07:00",
      "updated_at": "2025-06-19T02:43:20.939-07:00"
    }
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

200
application/vnd.api+json

retrospective_step deleted

The response is of type object.