---
title: "Delete a group"
method: DELETE
path: "/api/group/{guid}"
tags: ["group"]
---

# Delete a group

`DELETE /api/group/{guid}`

This function is an API endpoint that allows an authenticated admin to delete a group. It is tagged with "group" for OpenAPI documentation.

## Parameters

- `guid`: The GUID of the group to retrieve.

## Returns

## Path parameters

- `guid` string, required

## Request body

- string[]

## Response `200`

## Other responses

- `401`

## Changes

- **2024-06-12** `a4a2ca9fb3af` — 1 info
  - endpoint added
- **2024-05-19** `fafd43b82c78` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/nesaku/apis/sctgdesk-api-server/changes/api/group/:guid/delete.md)

---

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