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": "1a2458ed-0920-405f-82b8-f3e81dd72043",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "dccec176-1d96-42b1-8a8f-247ffad9c709",
      "retrospective_step_id": "63328d15-2bdf-4b65-af89-a5bb5c2f832d",
      "position": 1,
      "updated_at": "2025-03-28T23:04:18.140-07:00",
      "created_at": "2025-03-28T23:04:17.999-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