cURL
curl --request DELETE \ --url https://api.gologin.com/proxy/{id} \ --header 'Authorization: Bearer <token>'
Deletes a proxy.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
id of the proxy.