MessageMarketingFb::removeConfiguration

  1. Bitrix24 API (v. 23.675.0)
  2. sender
  3. MessageMarketingFb
  4. removeConfiguration
  • Модуль: 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();
}

Добавить комментарий