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