Delete Sub Account
HTTP Request
DELETE /sapi/v1/broker/subAccount
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
subAccountId | STRING | YES | |
recvWindow | LONG | NO | |
timestamp | LONG | YES |
Example Response
{}
Caution:
- The operation will delete a sub account under your brokerage master account.
- Please transfer out all funds from the sub account and delete API key of the sub account before deleting it.
- The deleted sub account CANNOT be reverted.
- The daily deletion limit for a broker Master is 20 sub accounts.
- You need to enable "trade" option for the api key which requests this endpoint.