---
title: "Delete Organizations in a Group"
method: DELETE
path: "/api/v2/groups/{id}/relationships/organizations"
tags: ["Group"]
---

# Delete Organizations in a Group

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

This endpoint deletes the specified organizations in a group. It returns a `204 No Content` response. This endpoint is only accessible to Global Admin Tool Organizations. <h3>Required Scope</h3>`groups:write`

## Path parameters

- `id` string, required

## Request body

- RelationshipsOrganizationsBody
  - `data` Apiv2groupsgroupIdrelationshipsorganizationsData[]
    - `type` string — Type of object that will be added as a relationship. Can only be `organizations`.
    - `id` string, required — Organization Code of the organization that will be added to the group.

## 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/revisions/4a22b709515c/schema)
