BizKitHub
DocsAPI ReferenceSubscription/bff/subscription/cancel
postSubscriptionAdmin BFF

/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

2 total
Body · 2
customerIdstringRequired

Contact external ID.

subscriptionIdstringRequired

Subscription external ID.

Request

POST /bff/subscription/cancel

post
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.

Get API Key