Skip to main content
Delete Sub-Account API Key

Authorizations

X-TXC-APIKEY
string
header
required

The public WhiteBIT API key.

X-TXC-PAYLOAD
string
header
required

Base64-encoded JSON request body.

X-TXC-SIGNATURE
string
header
required

HMAC-SHA512 signature of the payload, hex-encoded. Computed as hex(HMAC-SHA512(payload, api_secret)).

Body

application/json
apiKeyId
string
required

ID of the API key to delete

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Response

API key deleted successfully

The response is of type object.