Skip to content

MngUnlinkAccountFromCustomer

Unlinks a trading account from any customer. This command belongs to the account API because the relation is stored in Users.customer_id.

Request

{
  "command": "MngUnlinkAccountFromCustomer",
  "extID": "1",
  "data": {
    "login": 100001
  }
}

Response Data

{
  "login": 100001,
  "customer_id": 0
}