cURL
curl --request DELETE \ --url https://api.lavapayments.com/v1/active-subscriptions/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Cancel an active subscription
Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'
Active subscription ID
Subscription cancelled