• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/entity/contact.php
  • Класс: BitrixSenderEntityContact
  • Вызов: Contact::remove
public function remove()
{
	return $this->removeByEntity(ContactTable::getEntity(), $this->getId());
}