---
title: "Remove group"
method: DELETE
path: "/groups/{group_id}"
tags: ["Groups"]
---

# Remove group

`DELETE /groups/{group_id}`

Permanently deletes a group. Only users with
admin-level permissions will be able to use this API.

## Path parameters

- `group_id` string, required

## Response `204`

A blank response is returned if the group was
successfully deleted.

## Other responses

- `default` — An unexpected client error.

---

[API](https://skmtc.net/box/apis/platform-api.md) · [All operations](https://skmtc.net/box/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/box/platform-api/revisions/ba8f087e1a4d/schema)
