Delete Sub-Account API

This endpoint can be used to delete sub-account Spot APIs.

HTTP REQUEST

DELETE /api/v1/sub/api-key

Example

DELETE /api/v1/sub/api-key

{
  "code": "200000",
  "data": {
    "subName": "AAAAAAAAAA0007",
    "apiKey": "630325e0e750870001829864"
  }
}
API KEY PERMISSIONS

This endpoint requires the General permission.

REQUEST URL

This endpoint support Spot URL or Futures URL

REQUEST RATE LIMIT

Manage weight:30

PARAMETERS
Param Type Mandatory Description
apiKey String Yes API-Key(API key to be deleted)
passphrase String Yes Password(Password of the API key)
subName String Yes Sub-account name(The sub-account name corresponding to the API key)
RESPONSES
Param Description
apiKey API-Key
subName Sub-account name.