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

# Delete a Specific Group

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

This endpoint deletes a group from the Degreed system. On a successful delete, it returns a `204 No Content` response. <h2>Scope Required</h2> `groups:write`

## Path parameters

- `id` string, required

## Response `204`

Success

---

[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)
