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