• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/entity/template.php
  • Класс: BitrixSenderEntityTemplate
  • Вызов: Template::removeById
static function removeById($id)
{
	return static::create()->removeByEntity(TemplateTable::getEntity(), $id);
}