---
title: "Delete vault group"
method: DELETE
path: "/vault/groups/{groupId}"
tags: ["Vaults"]
---

# Delete vault group

`DELETE /vault/groups/{groupId}`

Soft-deletes a vault group that no longer has any active vaults assigned. This operation is blocked when the group still contains vaults.

## Path parameters

- `groupId` string, required

## Response `200`

Vault group deleted successfully

## Other responses

- `400` — Vault group ID is required
- `401` — Invalid API key
- `403` — API key cannot manage vault groups
- `404` — Vault group not found
- `409` — Vault group still has assigned vaults

---

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