cURL
curl --request DELETE \ --url https://api.lava.so/v1/subscriptions/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Schedule a subscription for cancellation at the end of the current billing cycle. The subscription remains active until the cycle ends.
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Subscription ID
Subscription cancellation scheduled