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

Headers

apiKey
string
required

Your API key for authentication.

Body

application/json
proxyType
integer
required

The proxy type for the sub-account. Use: 1 for Rotating Residential, 2 for Rotating Mobile, 3 for Rotating Datacenter.

username
string
required

The username of the sub-account you want to delete. It must be between 6 and 10 characters or digits.

Response

200 - application/json
Successful Response

The response is of type string.

Example:

"Success"