Product CategorypostBffProduct-categoryCategory-delete
Parameters
2 body
Body · 2
codestringRequiredcascadebooleanRequest
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
}'Response
JSON payload
{
"affected": 0
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.