• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/recovery/entityrecoverydata.php
  • Класс: Bitrix\Crm\Recovery\EntityRecoveryData
  • Вызов: EntityRecoveryData::delete
public function delete()
{
	if($this->ID <= 0)
	{
		throw new Main\InvalidOperationException("Could not delete EntityRecoveryData. The entity ID is not found.");
	}
	self::deleteByID($this->ID);
}