Delete the APIKey of a Sub-account
request
delete /api/v3/broker/sub-account/apiKey?timestamp={{timestamp}}&signature={{signature}}
response
{
"subAccount": "mexc1"
}
Http Request:
- DELETE
/api/v3/broker/sub-account/apiKey
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 Parameter:
| Name | Type | Description |
|---|---|---|
| subAccount | string | subAccount name |