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.
Successful Response
The response is of type string.
string