---
title: "Delete a group"
method: DELETE
path: "/organizations/{org_id}/groups/{group_id}"
tags: ["Groups"]
---

# Delete a group

`DELETE /organizations/{org_id}/groups/{group_id}`

Delete a group in an organization. This will remove all members from the group as well, and the subsequent role grants tied to the group. Currently only supported for standalone organizations.

## Response `200`

Successful deletion of a group.

- object
  - `message` string

## Other responses

- `401` — Credentials provided are invalid.
- `403` — None or insufficient credentials provided.
- `404` — Entity not found.
- `500` — Internal server error.

---

[API](https://skmtc.dev/circleci/apis/api-v2.md) · [All operations](https://skmtc.dev/circleci/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/circleci/api-v2/revisions/b9c0e0c24058/schema)
