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": "ec3acced-8637-4152-9fb7-1d1d1401cc92",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "dc5c4d09-b4fd-4b02-b712-2e346b28fd02",
      "retrospective_step_id": "580ec5dd-aecb-4643-a83c-ede71e513a2e",
      "position": 1,
      "updated_at": "2025-03-26T23:24:08.108-07:00",
      "created_at": "2025-03-26T23:24:07.938-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
data
object
required

Was this page helpful?