/bff/product/product-voucher-template-unlink
Removes the link between a voucher template and a product.
ProductpostBffProductProduct-voucher-template-unlink
Parameters
2 body
Body · 2
productCodestringRequiredProduct code to unlink the voucher from.
voucherCodestringRequiredVoucher code to unlink.
Request
POST /bff/product/product-voucher-template-unlink
curl -X POST "https://api.bizkithub.com/bff/product/product-voucher-template-unlink" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"productCode": "my-product",
"voucherCode": "SUMMER2024"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.