Delete the APIKey of a Sub-account
HTTP Request
- DELETE
/api/v3/broker/sub-account/apiKey
Required Permission: SPOT_ACCOUNT_WRITE
Query Parameter
| Name | Type | Mandatory | Description |
|---|---|---|---|
| timestamp | string | yes | timestamp |
| signature | string | yes | signature |
Body Request Parameter
| Name | Type | Mandatory | Description |
|---|---|---|---|
| subAccount | string | yes | subAccount name |
| apiKey | string | yes | apiKey |
Response Parameters
| Name | Type | Description |
|---|---|---|
| subAccount | string | subAccount name |
Response
{
"subAccount": "mexc1"
}