Delete sub-users from the Unlimited Proxy Server Whitelist

Basic Information

Interface Description: Delete sub-users from the Unlimited Proxy Server Whitelis

Interface URL: https://api.thordata.com/api/del_unlimited_servers_bind_user

Request Method: POST

Request parameters

Headers:

Parameter name
Type
Required
Describe

token

string

Yes

Please log in to the Dashboard-MENU-My Account to view your token parameter value

key

string

Yes

Please log in to the Dashboard-MENU-My Account to view your key parameter value

Body:

Parameter name
Type
Required
Describe

ip

string

Yes

Domain or IP of unlimited proxy servers

username

string

Yes

The sub-users you want to delete from the unlimited proxy server whitelist

Response example

{
    "code": 200,
    "data": {},
    "msg": "ok"
}

If the returned code value is not 200, please check the error code description list and modify it.

Parameter name
Type
Required
Describe

code

number

No

-

data

object

No

-

msg

string

No

-

Last updated