Separate out netconf-test-util
[netconf.git] / protocol / netconf-test-util / src / main / resources / netconfMessages / edit-config-delete-leaf-node-candidate.xml
1 <!--
2   ~ Copyright (c) 2021 PANTHEON.tech s.r.o. All Rights Reserved.
3   ~
4   ~ This program and the accompanying materials are made available under the
5   ~ terms of the Eclipse Public License v1.0 which accompanies this distribution,
6   ~ and is available at http://www.eclipse.org/legal/epl-v10.html
7   -->
8 <rpc message-id="m-0" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
9     <edit-config>
10         <target>
11             <candidate/>
12         </target>
13         <error-option>rollback-on-error</error-option>
14         <config>
15             <c xmlns="test:namespace">
16                 <a xmlns:op="urn:ietf:params:xml:ns:netconf:base:1.0" op:operation="delete"/>
17             </c>
18         </config>
19     </edit-config>
20 </rpc>