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