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