cURL
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"
Delete an existing sub-account under your main account.
Your API key for authentication.
The proxy type for the sub-account. Use: 1 for Rotating Residential, 2 for Rotating Mobile, 3 for Rotating Datacenter.
The username of the sub-account you want to delete. It must be between 6 and 10 characters or digits.
Successful Response
The response is of type string.
string