Groups
Remove children from a group
Removes one or more child tracked sources from the specified group.
post/v1/groups/{groupId}/children/delete
Path parameters
groupIdstring required
The unique identifier for the group.
Request body
Example request
[
{
"trackedSource": "DERIVATIONSCHEME:tpubD6NzVbkrYhZ4W...",
"cryptoCode": "BTC"
}
]Response
Children removed from group successfully.
Example response
{
"trackedSource": "GROUP:6N23bHztah546P6xQT",
"groupId": "6N23bHztah546P6xQT",
"children": [
{
"trackedSource": "DERIVATIONSCHEME:tpubDC6xFicnheK85vUNGjegu4HuJGg8nPi...",
"cryptoCode": "BTC"
}
]
}Changes
Changed in 2 of the 40 revisions of this API.11
- ○
endpoint added
endpoint-added
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 14 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲