cURL
curl --request DELETE \ --url https://api.lava.so/v1/manage/spend_keys/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Soft-delete a spend key. The key will immediately stop working for proxy requests. Supports management-scoped merchant keys and wallet API keys.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Spend key ID
Spend key revoked