Parameters
JSON body
Request body
application/jsoncustomerIdstringRequiredContact external ID.
Example
abc123def456ghijsubscriptionIdstringRequiredSubscription external ID.
Example
d9DfQL3ZF01t7YkkDisables 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.
JSON body
customerIdstringRequiredContact external ID.
abc123def456ghijsubscriptionIdstringRequiredSubscription external ID.
d9DfQL3ZF01t7Ykk1 status code documented
success"true"Required{
"success": true
}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"
}'All BizKitHub public API endpoints require authentication via API key.