v1
latestOpenAPI 3.1.02026-07-241653251.3 MBCustomer Accounts (MTA)
Remove advisor from customer account
Removes an advisor from an existing customer account
delete/accounts/{zrn}/advisors/{financial_advisor}
Path parameters
zrnstring required
The ZRN of the customer account to remove advisor from. The ZRN must be in the format: zrn:zh:eu:account:customer:<uuid>
financial_advisorstring required
The financial advisor identifier to remove from the customer account.
Headers
X-SCX-SIGNEDstring required
HMAC-SHA256 signature of the request, base64-encoded. See the Authentication guide for the exact signing formula.
X-SCX-TIMESTAMPstring required
Example:1678901234
Current Unix timestamp in seconds. Must be within 60 seconds of server time or the request is rejected.
Response
Request to remove the advisor from the customer account accepted. The change is applied asynchronously.
object required
Empty JSON object.