• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/leadads/service.php
  • Класс: BitrixSeoLeadAdsService
  • Вызов: Service::unRegisterGroup
static function unRegisterGroup(string $type, string $groupId): bool
{
	$result = Form::create($type)
		->setService(static::getInstance())
		->unRegisterGroup($groupId);

	static::getInstance()->getGroupAuth($type)->removeAuth();

	return $result;
}