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