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": "3176e2dd-8a06-43db-a2a7-9df9605602e5",
    "type": "retrospective_process_group_steps",
    "attributes": {
      "retrospective_process_group_id": "e7eac457-0298-4b39-a72c-4458d9a86155",
      "retrospective_step_id": "5cbe6f0e-d2e2-436c-9156-047f3fbc5465",
      "position": 1,
      "updated_at": "2025-06-19T02:43:10.990-07:00",
      "created_at": "2025-06-19T02:43:10.860-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.