cURL
curl --request DELETE \ --url https://api.lava.so/v1/plans/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "deleted": true }
Soft-delete a plan and cascade to its credit bundles.
Documentation IndexFetch the complete documentation index at: https://lava.so/docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://lava.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Plan ID
Plan deleted
ID of the deleted resource
Always true
true