Skip to main content
DELETE
/
api
/
public
/
v1
/
api-key
Revoke current API key
curl --request DELETE \
  --url https://api.wallbit.io/api/public/v1/api-key \
  --header 'X-API-Key: <api-key>'
{
  "message": "API Key revoked successfully."
}

Authorizations

X-API-Key
string
header
required

API Key authentication. Obtain your API key from the Wallbit dashboard under Settings → API Keys.

Response

API key revoked successfully

message
string
Example:

"API Key revoked successfully."