/
/NBXplorer API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 2h ago · Updated 2mo ago
Blockchain3
Derivations6
Events1
Fees1
Groups6
  • getGet group information
  • postCreate or overwrite a group
  • deleteDelete a group
  • getGet children of a group
  • postAdd children to a group
  • deleteRemove children from a group
Transactions3
WebSocket1
  • getIs tracked?
  • postTrack an address
  • getGet balance of tracked derivation scheme
  • postUpdate Partially Signed Bitcoin Transaction
  • getHealth check endpoint
  • getQuery event stream from most recent
  • postCreate a new empty group
  • postAdd addresses to group
  • getRetrieve metadata from a derivation scheme
  • postAttach metadata to a derivation scheme
  • deleteRemove metadata from a derivation scheme
  • getGet scriptPubKey information of a Derivation Scheme
  • postScan UTXO Set
  • getGet UTXO scan status
  • postWipe derivation scheme transactions
  • postManual pruning
Groups

Delete a group

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

delete/groups/{groupId}

Path parameters

groupIdstring required

The unique identifier of the group to be deleted.

Response

Group deleted successfully.

Changes