• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/applang.php
  • Класс: BitrixRestAppLangTable
  • Вызов: AppLangTable::deleteByApp
static function deleteByApp($appId)
{
	$connection = MainApplication::getConnection();
	return $connection->query("DELETE FROM ".static::getTableName()." WHERE APP_ID='".intval($appId)."'");
}