On this page

latest contributor to this doc

Last Edit:

@smk762

Remove Trusted Lightning Node

API-v2lightning::nodes::remove_trusted_node

The lightning::nodes::remove_trusted_node method allows you to remove a node from your trusted list.

ParameterTypeRequiredDescription
coinstringThe coin ticker you would like to remove a trusted node from.
node_idstringID of node you would like to remove from your trusted list.

ParameterTypeDescription
removed_nodestringThe node ID that was removed from the trusted list.
idint or nullRequest identifier, or null.

lightning::nodes::remove_trusted_node

POST
lightning::nodes::remove_trusted_node
{
  "userpass": "RPC_UserP@SSW0RD",
  "mmrpc": "2.0",
  "method": "lightning::nodes::remove_trusted_node",
  "params": {
    "coin": "tBTC-lightning",
    "node_id": "038863cf8ab91046230f561cd5b386cbff8309fa02e3f0c3ed161a3aeb64a643b9"
  },
  "id": 1
}