• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/helper/attachment/storage.php
  • Класс: BitrixMailHelperAttachmentStorage
  • Вызов: Storage::unregisterAttachment
static function unregisterAttachment($fileId)
{
	foreach (static::getObjectsByFileId($fileId) as $item)
	{
		$item->delete(1); // @TODO
	}
}