cURL
curl --request POST \ --url https://api.gologin.com/proxy/delete_proxies \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "proxies": [ "<string>" ] }'
Deletes multiple proxies by proxy ids.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>