DELETE
/
v1
/
retrospective_steps
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/retrospective_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "548e6bc2-6c82-4abe-8f2f-b2c4c2d7b593",
    "type": "retrospective_steps",
    "attributes": {
      "retrospective_process_id": "2337a5d8-3db8-4b60-94bc-efb81e9855b7",
      "title": "Step 11",
      "description": "Bar",
      "incident_role_id": "a3e9708e-bb4c-483a-ac63-44beaf4b7f6f",
      "due_after_days": null,
      "position": 1,
      "skippable": true,
      "created_at": "2025-05-29T17:47:41.012-07:00",
      "updated_at": "2025-05-29T17:47:43.030-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.