Skip to main content
DELETE
/
fast-api-key
Delete Key
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.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
api_key_name
string

API key description

Required string length: 1 - 32

Response

200 - application/json

Success response

result
boolean
default:true