Deletes a Fast API key.
Scopes required: account.fast-api-key:write
curl --request DELETE \
--url https://api.kraken.com/oauth/fast-api-key \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"api_key_name": "<string>"
}
'{
"result": true
}Documentation Index
Fetch the complete documentation index at: https://kraken-sandbox.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
curl --request DELETE \
--url https://api.kraken.com/oauth/fast-api-key \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"api_key_name": "<string>"
}
'{
"result": true
}