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": "4d5f449f-9eea-47fb-9544-5d0a35ba0679",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "13abf72e-f039-4079-9c57-97b298915f0a",
      "retrospective_step_id": "9faa14a6-ef8f-410f-b39c-3855b28968f1",
      "position": 1,
      "updated_at": "2025-05-29T17:47:29.867-07:00",
      "created_at": "2025-05-29T17:47:29.710-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.