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

# Delete Group

`DELETE /Groups/{id}`

Use this endpoint to delete a specific group by its ID.

## Path parameters

- `id` integer, required

## Response `204`

The group was deleted successfully.

## Other responses

- `401` — The SCIM token is invalid.
- `404` — A required entity is missing.

---

[API](https://skmtc.net/oneflow/apis/public-api-for-oneflow.md) · [All operations](https://skmtc.net/oneflow/apis/public-api-for-oneflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/oneflow/public-api-for-oneflow/versions/0e73a45dec15/schema)
