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

# Delete a SCIM group

`DELETE /scim/v2/Groups/{id}`

Deletes a group (RFC 7644 §3.6). A group still attached to an active standard/IVR is refused with `409`.

## Path parameters

- `id` string, required

## Response `204`

Group deleted

## Other responses

- `401` — Authentication token is missing, invalid, or expired
- `404` — Group not found
- `409` — Group still in use

---

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