Delete the APIKey of a sub-account
HTTP Request
- DELETE
/api/v3/sub-account/apiKey
Required Permission: SPOT_ACCOUNT_WRITE
Weight(IP): 1
Request Parameters
| Name | Type | Mandatory | Description |
|---|---|---|---|
| subAccount | STRING | YES | Sub-account Name |
| apiKey | STRING | YES | API public key |
| recvWindow | LONG | NO | |
| timestamp | LONG | YES |
Response Parameters
| Name | Type | Description |
|---|---|---|
| subAccount | string | Sub-account name |
Response
{
"subAccount": "subAccount1"
}