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.
Parameter | Type | Required | Description |
---|---|---|---|
coin | string | ✓ | The coin ticker you would like to remove a trusted node from. |
node_id | string | ✓ | ID of node you would like to remove from your trusted list. |
Parameter | Type | Description |
---|---|---|
removed_node | string | The node ID that was removed from the trusted list. |
id | int or null | Request 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
}