---
title: "Delete a group"
method: DELETE
path: "/accounts/{id}/groups/{group_id}"
tags: ["groups"]
---

# Delete a group

`DELETE /accounts/{id}/groups/{group_id}`

The group must belong to the account into which the user is authenticated

## Path parameters

- `id` string, required
- `group_id` string, required

## Response `200`

The group was successfully deleted

- Group — The current state of a group
  - `name` string — Name of the group
  - `description` string — Description of the group
  - `roles` string[] — Roles grant permissions to users
  - `href` string — A reference to this group
  - `created` string — An iso8601 formatted timestamp
  - `updated` string — An iso8601 formatted timestamp

---

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