Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://api.lava.so/v1/meters/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "deleted": true }
Soft-delete a meter. A 15-second cooldown applies after creation before deletion is allowed.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Meter ID
Meter deleted
ID of the deleted resource
Always true
true