# Remove peer option This call does exact opposite of add and removes/drops a outgoing connected peer. Endpoint: GET /flux/removepeer Version: 6.6.1 Security: ZelID ## Query parameters: - `ip` (string, required) Ip of peer to remove Example: "49.12.8.215" ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (object) - `data.message` (string) Explanation of status