• Модуль: messageservice
  • Путь к файлу: ~/bitrix/modules/messageservice/lib/internal/entity/restapplang.php
  • Класс: BitrixMessageServiceInternalEntityRestAppLangTable
  • Вызов: RestAppLangTable::deleteByApp
static function deleteByApp($appId)
{
	$connection = MainApplication::getConnection();
	return $connection->query("DELETE FROM ".static::getTableName()." WHERE APP_ID=".(int)$appId);
}