DELETE
/
v1
/
retrospective_process_group_steps
/
{id}
curl --request DELETE \
  --url https://api.rootly.com/v1/retrospective_process_group_steps/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "f424f14e-d807-4fe9-baf9-1c6ff3b54842",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "68fe2e1b-c8de-47ad-b538-8c1c78ef4281",
      "retrospective_step_id": "cd2ef8f7-c799-41df-a8ec-f24d00a09c4d",
      "position": 1,
      "updated_at": "2025-05-08T00:23:48.389-07:00",
      "created_at": "2025-05-08T00:23:48.236-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_process_group_step deleted

The response is of type object.