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

# Delete a group

`DELETE /v1/groups/{groupId}`

Deletes an existing group specified by `groupId`. This will remove the group but will not delete any of its child tracked sources.

## Path parameters

- `groupId` string, required

## Response `200`

Group deleted successfully.

## Other responses

- `404` — Not Found. The specified group does not exist.

---

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