---
title: "Delete a group."
method: DELETE
path: "/api/v1/groups/{id}"
tags: ["Endpoints", "Groups"]
---

# Delete a group.

`DELETE /api/v1/groups/{id}`

Delete a group.
Caveat — all deletions are final; a deleted group cannot be recovered.

## Path parameters

- `id` integer, required

## Response `200`

Request was successfully processed

## Other responses

- `400` — There was a problem with the request
- `401` — There was a problem with the request
- `403` — Invalid token or API is not enabled
- `429` — Rate limited - wait a few seconds and try again
- `500` — Server error
- `503` — Server error
- `504` — Server error

---

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