• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/services/formvkontakte.php
  • Класс: BitrixSeoLeadAdsServicesFormVkontakte
  • Вызов: FormVkontakte::unRegisterGroup
public function unRegisterGroup(string $groupId) : bool
{
	$this->deleteCallbackServer($groupId);

	return parent::unRegisterGroup($groupId);
}