Sub-Account
Delete IP List for a Sub-account API Key (For Master Account)
Weight(UID): 3000
delete/sapi/v1/sub-account/subAccountApi/ipRestriction/ipList
Query parameters
emailstring required
Sub-account email
subAccountApiKeystring required
ipAddressstring
Can be added in batches, separated by commas
thirdPartyNamestring
third party IP list name
recvWindowinteger
Example:5000
The value cannot be greater than 60000
timestampinteger required
UTC timestamp in ms
signaturestring required
Signature
Response
Delete IP information
Example response
{
"ipRestrict": "true",
"ipList": [
"69.210.67.14",
"thirdPartyName"
],
"updateTime": 1636369557189,
"apiKey": "k5V49ldtn4tszj6W3hystegdfvmGbqDzjmkCtpTvC0G74WhK7yd4rfCTo4lShf"
}