• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/services/accountvkontakte.php
  • Класс: BitrixSeoLeadAdsServicesAccountVkontakte
  • Вызов: AccountVkontakte::unregisterCode
protected function unregisterCode(int $externalId, string $type)
{
	$webHook = $this->getWebHookByExternalId($externalId, $type);
	if ($webHook)
	{
		WebHookInternalsWebHookTable::delete($webHook['ID']);
	}

	return new Result();
}