node

Distrust a peering node

delete/node/peers/trusted

Request body

netIdstring string required

The NetID of the peer

publicKeystring string required

The peers public key encoded in Hex

Example request

{
  "netId": "localhost:4000",
  "publicKey": 0
}

Response

Peer was successfully distrusted

Changes