ON THIS PAGE
delete
Usage
<rpc>
<load-configuration>
<configuration>
<!-- opening tag for each parent of the element -->
<!-- For a hierarchy level or object without an identifier -->
<level-or-object delete="delete">
<!-- For an object with an identifier (here, called <name>) -->
<object delete="delete">
<name>identifier</name>
</object>
<!-- For a single-value or fixed-form option of an object -->
<object>
<name>identifier</name> <!-- if object has identifier -->
<option delete="delete"/>
</object>
<!-- closing tag for each parent of the element -->
<!-- For a value in a multivalued option of an object -->
<!-- opening tag for each parent of the parent object -->
<parent-object>
<name>identifier</name>
<object delete="delete">value</object>
</parent-object>
<!-- closing tag for each parent of the parent object -->
</configuration>
</load-configuration>
</rpc>Description
Specify that the Junos XML protocol server remove the configuration element from the candidate configuration or open configuration database. The only acceptable value for the attribute is "delete".