• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/runtime/recipientbuilderjob.php
  • Класс: Bitrix\Sender\Runtime\RecipientBuilderJob
  • Вызов: RecipientBuilderJob::removeAgentFromDB
static function removeAgentFromDB(int $postingId)
{
	(new SegmentDataBuilderJob())->removeAgent(
		static::getAgentName((int)$postingId)
	);
}