Parameters
JSON body
Request body
application/jsonpolicyIdnumberRequiredJSON body
policyIdnumberRequired1 status code documented
successbooleanRequired{
"success": false
}POST /bff/warehouse/policy/delete
curl -X POST "https://api.bizkithub.com/bff/warehouse/policy/delete" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"policyId": 0
}'All BizKitHub public API endpoints require authentication via API key.