• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/seo/ads/messagemarketingfb.php
  • Класс: Bitrix\Sender\Integration\Seo\Ads\MessageMarketingFb
  • Вызов: MessageMarketingFb::removeConfiguration
public function removeConfiguration($id)
{
	$result = Entity\Message::removeById($id);
	return $result->isSuccess();
}