Parameters
JSON body
Request body
application/jsoncodestringRequiredcascadebooleanOptionalJSON body
codestringRequiredcascadebooleanOptional1 status code documented
affectednumberRequired{
"affected": 0
}POST /bff/product-category/category-delete
curl -X POST "https://api.bizkithub.com/bff/product-category/category-delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "example_code",
"cascade": false
}'All BizKitHub public API endpoints require authentication via API key.