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

# Delete a group

`DELETE /groups/{id}`

Delete a specific group based on its ID.

## Path parameters

- `id` integer, required

## Response `200`

The ID of the group and its deletion status

- object

## Other responses

- `401` — Unauthorized
- `404` — Group not found

---

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