---
title: "Delete Card Hierarchy Group"
method: DELETE
path: "/v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}"
tags: ["Card Hierarchy Group Management"]
---

# Delete Card Hierarchy Group

`DELETE /v1/card-hierarchies/{cardHierarchyId}/groups/{groupId}`

This operation deletes a specific group within a card hierarchy. If the group contains cards or subgroups, use the `recursive` query parameter to allow deletion.

## Path parameters

- `cardHierarchyId` string, biginteger, required
- `groupId` string, biginteger, required

## Query parameters

- `recursive` boolean
- `auditUser` string, required

## Response `204`

Successful deletion of the card hierarchy group

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `500` — Internal server error

---

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