Skip to main content
DELETE
/
spend_keys
/
{id}
Revoke spend key
curl --request DELETE \
  --url https://api.lava.so/v1/spend_keys/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://lava.so/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'

Path Parameters

id
string
required

Spend key ID

Response

Spend key revoked

success
boolean