• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/configuration/setting.php
  • Класс: BitrixRestConfigurationSetting
  • Вызов: Setting::deleteFull
public function deleteFull()
{
	StorageTable::deleteByFilter(
		[
			'=CONTEXT' => $this->context,
		]
	);

	return true;
}