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.
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