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