DocsAPI ReferenceWarehouse/bff/warehouse/location/delete
postWarehouseAdmin BFF

/bff/warehouse/location/delete

Delete an empty location

WarehousepostBffWarehouseLocationDelete

Parameters

1 body

1 total
Body · 1
locationIdnumberRequired

Request

POST /bff/warehouse/location/delete

post
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
}'

Response

JSON payload

{
  "success": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key