---
title: "Remove children from a group"
method: POST
path: "/v1/groups/{groupId}/children/delete"
tags: ["Groups"]
---

# Remove children from a group

`POST /v1/groups/{groupId}/children/delete`

Removes one or more child tracked sources from the specified group.

## Path parameters

- `groupId` string, required

## Request body

- TrackedSource[]
  - `trackedSource` string, required — The tracked source identifier, which can be a group or a derivation scheme.
  - `cryptoCode` string — The cryptocurrency code associated with the tracked source (if applicable).

## Response `200`

Children removed from group successfully.

- Group
  - `trackedSource` string, required — The tracked source identifier for the group, formatted as 'GROUP:{groupId}'. Used to reference the group within NBXplorer.
  - `groupId` string, required — The unique identifier of the group.
  - `children` object[] — An array of child tracked sources that are part of this group. Each child can be another group (nested groups) or a derivation scheme.
    - `trackedSource` string, required — The tracked source identifier of the child, which can be a group or a derivation scheme.
    - `cryptoCode` string — The cryptocurrency code associated with the child tracked source, e.g., 'BTC'. Present if the child is a derivation scheme.

## Other responses

- `400` — Bad Request. This endpoint accepts a request body with the DELETE method, which is non-standard. Ensure the request is correctly formatted.
- `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/revisions/208cac39e31a/schema)
