---
title: "Delete a group"
method: DELETE
path: "/api/1/groups/{groupId}"
tags: ["Groups (Preferred)"]
---

# Delete a group

`DELETE /api/1/groups/{groupId}`

Deletes a group and removes all its members from it.

Requires the **GROUPMANAGEMENT** security role.

## Path parameters

- `groupId` string, uuid, required

## Response `204`

Group deleted successfully. No content is returned.

## Other responses

- `401` — Missing or invalid authentication. The response body is empty.
- `403` — The authenticated user does not have the **GROUPMANAGEMENT** security role.
- `404` — Group not found.
- `422` — Validation error (malformed group ID).

---

[API](https://skmtc.net/bynder/apis/oauth-2-0.md) · [All operations](https://skmtc.net/bynder/apis/oauth-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bynder/oauth-2-0/versions/bb9efc864ce1/schema)
