---
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.

## Changes

- **2024-11-25** `72a2dfa26976` — 1 info
  - endpoint added
- **2024-11-18** `b5092f204599` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/changes/v1/groups/:groupId/delete.md)

---

[API](https://skmtc.dev/btcpayserver/apis/nbxplorer-api.md) · [All operations](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/llms.txt) · [OpenAPI document](https://skmtc.dev/btcpayserver/apis/nbxplorer-api/revisions/72a2dfa26976?raw)
