Parameters
JSON body
Request body
application/jsonproductCodestringRequiredProduct code.
Example
my-productRemoves the subscription plan from a product.
JSON body
productCodestringRequiredProduct code.
my-product1 status code documented
successbooleanRequiredWhether the plan was removed.
{
"success": false
}POST /bff/product/product-subscription-plan-unlink
curl -X POST "https://api.bizkithub.com/bff/product/product-subscription-plan-unlink" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"productCode": "my-product"
}'All BizKitHub public API endpoints require authentication via API key.