/bff/subscription/cancel
Disables auto-renew for the given subscription (sets autoRenew=false, statusId=2). Access stays valid until activeToDate; the customer simply will not be charged on renewalDate. Fails if the subscription does not belong to the contact.
SubscriptionpostBffSubscriptionCancel
Parameters
2 body
Body · 2
customerIdstringRequiredContact external ID.
subscriptionIdstringRequiredSubscription external ID.
Request
POST /bff/subscription/cancel
curl -X POST "https://api.bizkithub.com/bff/subscription/cancel" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"customerId": "abc123def456ghij",
"subscriptionId": "d9DfQL3ZF01t7Ykk"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.