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

# Delete Card Hierarchy

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

This operation deletes a specific card hierarchy. If the hierarchy is active, use the `force` query parameter to allow deletion.

## Path parameters

- `cardHierarchyId` string, biginteger, required

## Query parameters

- `force` boolean
- `auditUser` string, required

## Response `204`

Successful deletion of the card hierarchy

## Other responses

- `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)
