On this page

latest contributor to this doc

Last Edit:

@gcharang

remove_delegation

The remove_delegation method stops your node's staking of a compatible coin. Currently QTUM and tQTUM (test tokens avalable at https://testnet-faucet.qtum.info/) have been integrated, but this functionality will be expanded to more coins in future.

Note: After running remove_delegation, you will need to broadcast the returned hex via send_raw_transaction to complete the process.

StructureTypeDescription
coinstringthe coin being staked

POST
remove_delegation
{
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "method": "remove_delegation",
  "params": {
    "coin": "tQTUM"
  },
  "id": 0
}