getWebsiteId(); if ($this->helper->isEnabled($websiteId)) { $this->client = $this->helper->getWebsiteApiClient($websiteId); $importData = $this->serializer->unserialize($item->getImportData()); if ($this->client) { $key = $importData[0]; $collectionName = $item->getImportType(); $this->client->deleteContactsTransactionalData($key, $collectionName); $this->_handleSingleItemAfterSync($item, $result); } } } } }