perm_removeNodesFromAllowlist
POST http://{{rpc-http-host}}:{{rpc-http-port}}
Removes nodes from the nodes allowlist.
Parameters
list of strings
- List of enode URLs
Note
The parameters list contains a list which is why the enode URLs are enclosed by double square brackets.
Returns
result
- Success
or error
. Errors include attempting to remove nodes not on the allowlist
or including invalid enode URLs.
Request Body
{"jsonrpc"=>"2.0", "method"=>"perm_removeNodesFromAllowlist", "params"=>[["enode://7e4ef30e9ec683f26ad76ffca5b5148fa7a6575f4cfad4eb0f52f9c3d8335f4a9b6f9e66fcc73ef95ed7a2a52784d4f372e7750ac8ae0b544309a5b391a23dd7@127.0.0.1:30303", "enode://2feb33b3c6c4a8f77d84a5ce44954e83e5f163e7a65f7f7a7fec499ceb0ddd76a46ef635408c513d64c076470eac86b7f2c8ae4fcd112cb28ce82c0d64ec2c94@127.0.0.1:30304"]], "id"=>1}