删除子账户的APIKey
HTTP请求
- DELETE
/api/v3/broker/sub-account/apiKey
接口权限要求: 账户信息写 / SPOT_ACCOUNT_WRITE
Query参数
| 参数名 | 数据类型 | 是否必须 | 说明 |
|---|---|---|---|
| timestamp | string | yes | 时间 |
| signature | string | yes | 签名 |
Body请求参数
| 参数名 | 数据类型 | 是否必须 | 说明 |
|---|---|---|---|
| subAccount | string | yes | 子账户名称 |
| apiKey | string | yes | API公钥 |
返回参数
| 参数名 | 类型 | 说明 |
|---|---|---|
| subAccount | string | 子账户名称 |
响应
{
"subAccount": "mexc1"
}