Disconnect

disconnect

Initiate disconnection from a specified peer.

post

/net/disconnect

Body
endpointstringrequired

the endpoint to disconnect from, expressed as either IP address or URL

Responses
curl -L \
  --request POST \
  --url 'https://eos.nownodes.io/v1/net/disconnect' \
  --header 'Content-Type: application/json' \
  --data '{"endpoint":"text"}'
text