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

	return true;
}