Delete location
Future<void> deleteLocation(String locationId) async { await _apiClient.delete('/api/v1/inventory/locations/$locationId'); }