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

# Delete a group

`DELETE /v2/organisation/groups/{groupId}`

Deletes the group record with identified by aa given groupId.

## Path parameters

- `groupId` integer, required

## Response `204`

Group record successfully deleted.

## Other responses

- `401` — Unauthorized
- `403` — The user doesn't have permission to delete the record
- `404` — Domain or group not found

---

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