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

ipRestrictstring required
ipListstring[] required
updateTimeinteger required
apiKeystring required

Example response

{
  "ipRestrict": "true",
  "ipList": [
    "69.210.67.14",
    "thirdPartyName"
  ],
  "updateTime": 1636369557189,
  "apiKey": "k5V49ldtn4tszj6W3hystegdfvmGbqDzjmkCtpTvC0G74WhK7yd4rfCTo4lShf"
}

Changes

Changed in 3 of the 26 revisions of this API.4

    • added the new optional query request parameter thirdPartyName

      new-optional-request-parameter

    • the query request parameter ipAddress became optional

      request-parameter-became-optional

    • for the query request parameter ipAddress, the type was generalized from no type to string, and format from string to no format

      request-parameter-type-generalized

    • endpoint added

      endpoint-added