English
Delete a specific Retrospective Process Group by id
curl --request DELETE \ --url https://api.rootly.com/v1/retrospective_process_groups/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "4f985053-e93b-427e-b1ca-c0f56a626247", "type": "retrospective_process_groups", "attributes": { "retrospective_process_id": "f163bd82-b920-406b-a9ac-5426902e7a66", "sub_status_id": "066bb8e1-175e-4d65-9ebe-d5e4a9b45c1e", "position": 1, "updated_at": "2025-07-05T07:47:21.267-07:00", "created_at": "2025-07-05T07:47:19.220-07:00" }, "relationships": { "retrospective_process_group_steps": { "data": [] } } } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
retrospective_process_group deleted
The response is of type object.
object
Was this page helpful?