Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://whitebit.com/api/v4/sub-account/api-key/delete \ --header 'Content-Type: application/json' \ --header 'X-TXC-APIKEY: <api-key>' \ --data ' { "apiKeyId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890" } '
{}
Delete an API key associated with a sub-account via the WhiteBIT V4 API.
API key authentication using signed requests
ID of the API key to delete
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
API key deleted successfully
The response is of type object.
object
Was this page helpful?