DELETE
/
v1
/
ipWhite
/
delete
curl --request DELETE \
  --url https://api.goproxy.com/go-api/v1/ipWhite/delete \
  --header 'Content-Type: application/json' \
  --header 'apiKey: <apikey>' \
  --data '{
  "proxyType": 123,
  "ipAddress": "<string>"
}'
"Success"

Headers

apiKey
string
required

API key used for authentication.

Body

application/json

Response

200 - application/json
Successful Response

The response is of type string.

Example:

"Success"