cURL
curl --request DELETE \ --url https://api.wallbit.io/api/public/v1/api-key \ --header 'X-API-Key: <api-key>'
200
Example
{ "message": "API Key revoked successfully." }
Permanently revokes the API key sent in the X-API-Key header. After revocation, that key cannot be used again. Does not require the read or trade scopes—any valid key may revoke itself.
read
trade
API Key authentication. Obtain your API key from the Wallbit dashboard under Settings → API Keys.
API key revoked successfully
"API Key revoked successfully."