cURL
curl --request DELETE \ --url https://api.lava.so/v1/wallet_keys/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Revoke (soft-delete) a wallet key. The key will immediately stop working. Requires a wallet API key (lava_wk_*).
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Wallet key ID
Wallet key revoked