• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/ads/adsform.php
  • Класс: Bitrix\Crm\Ads\AdsForm
  • Вызов: AdsForm::unRegisterGroup
static function unRegisterGroup($type, $groupId)
{
	$result = static::getService()->unRegisterGroup($type, $groupId);
	static::removeGroupAuth($type);

	return $result;
}