Skip to main content
DELETE
/
v4
/
account
/
{subAccountId}
/
serp-api
/
subuser
/
{subUserId}
/
delete
Delete SERP API subuser
curl --request DELETE \
  --url https://api.proxyscrape.com/v4/account/{subAccountId}/serp-api/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