v1

latestSwagger 2.0MIT2026-07-17233380637.0 KB
Master account

Dissociate an IP from sub-accounts

This endpoint allows to dissociate an IP from sub-accounts

put/corporate/subAccount/ip/dissociate

Request body

ipstring required

IP Address

idsinteger[] required

Pass the list of sub-account Ids to be dissociated from the IP address

Example request

{
  "ip": "103.11.32.88",
  "ids": [
    234322,
    325553,
    893432
  ]
}

Response

IP has been dissociated from sub-accounts successfully