Parameters
JSON body
Request body
application/jsoncodestringRequiredlocalestringRequiredDelete a category translation
JSON body
codestringRequiredlocalestringRequired1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/product-category/category-locale-delete
curl -X POST "https://api.bizkithub.com/bff/product-category/category-locale-delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"code": "example_code",
"locale": "example_locale"
}'All BizKitHub public API endpoints require authentication via API key.