Skip to main content
DELETE
/
v4
/
account
/
{subAccountId}
/
residential
/
subuser
/
{subUserId}
/
delete
Delete subuser
curl --request DELETE \
  --url https://api.proxyscrape.com/v4/account/{subAccountId}/residential/subuser/{subUserId}/delete \
  --header 'api-token: <api-key>'
{
  "success": true
}

Authorizations

api-token
string
header
required

API key. Create and manage keys at /v4/account/api-keys or in the dashboard.

Path Parameters

subAccountId
string<uuid>
required
subUserId
string
required

Response

200 - application/json

Subuser deleted

success
boolean