Skip to main content
DELETE
/
active-subscriptions
/
{id}
Cancel active subscription
curl --request DELETE \
  --url https://api.lavapayments.com/v1/active-subscriptions/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer token authentication used for standard API calls. Format: 'Bearer YOUR_API_KEY'

Path Parameters

id
string
required

Active subscription ID

Response

Subscription cancelled

success
boolean