Skip to main content
DELETE
/
v1
/
retrospective_process_groups
/
{id}
Delete a Retrospective Process Group
curl --request DELETE \
  --url https://api.rootly.com/v1/retrospective_process_groups/{id} \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "id": "<string>",
    "attributes": {
      "retrospective_process_id": "<string>",
      "sub_status_id": "<string>",
      "position": 123
    }
  },
  "included": [
    {
      "id": "<string>",
      "type": "<string>",
      "attributes": {},
      "relationships": {}
    }
  ]
}

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

retrospective_process_group deleted

data
object
required
included
object[]