MngDeleteCustomer¶
Deletes a customer record by customer_id. This does not delete trading accounts.
Access Control¶
Requires CRM access and del_customers. The customer brand and desk must be inside the manager scope. Admin scope bypasses this check.
Request¶
{
"command": "MngDeleteCustomer",
"extID": "1",
"data": {
"customer_id": 1
}
}
Response Data¶
{
"customer_id": 1
}