Remove Futures IP Whitelists
Remove IP(s) to FAPI-MM or FSTREAM-MM whitelist endpoints
HTTP Request
DELETE /sapi/v1/vip/vip-portal/futures/ip-whitelists
Weight(IP)
1
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| RecvWindow | LONG | NO | No more than 60000 |
| timestamp | LONG | YES | |
| endpoint | STRING | YES | FAPI-MM FSTREAM-MM |
Request Body
{
"ipAddresses": [
"192.168.1.1",
"192.168.1.2",
"192.168.1.3"
]
}
Example Response
{
"status": "OK",
"type": "GENERAL",
"code": "000000000"
}