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