home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

Delete the configuration — <delete-config>

An example of how to use the <delete-config> RPC to delete the existing configuration.
Use the <delete-config> RPC.
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
  <delete-config>
    <target>
      <candidate/>
    </target>
  </delete-config>
</rpc>
]]>]]>