---
title: "Delete Groups in a Pathway"
method: DELETE
path: "/api/v2/pathways/{id}/relationships/groups"
tags: ["Pathway"]
---

# Delete Groups in a Pathway

`DELETE /api/v2/pathways/{id}/relationships/groups`

This endpoint deletes the specified groups in a pathway. It returns a `204 No Content` response. <br><br>**Note:** This endpoint accepts up to 100 groups. <h3>Required Scope</h3>`pathways:write`

## Path parameters

- `id` string, required

## Request body

- RelationshipsGroupsBody
  - `data` RelationshipsGroupsBodyData[]
    - `id` string, required — String containing the unique identifier of the group.
    - `type` string, required — Type of object that will be added as a relationship. Can only be `groups`.

## Response `204`

Success

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/versions/4a22b709515c/schema)
