<!doctype html>
<html>
 <head> 
  <title>Deleting a Condition</title> 
  <link rel="stylesheet" href="styles/site.css" type="text/css"> 
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 
  <link rel="stylesheet" href="styles/icons.css" type="text/css">
  <script src="js/jquery.min.js"></script>
  <script src="tree/collapsibleTreeMenu.js"></script>
  <link href="tree/collapsibleTreeMenu.css" rel="stylesheet" type="text/css">
 </head> 
 <body class="theme-default aui-theme-default"> 
  <div id="page"> 
   <div id="main" class="aui-page-panel"> 
    <div id="main-header"> 
     <div id="breadcrumb-section"> 
      <ol id="breadcrumbs">  
       <li> <span><a href="Rhapsody-Integration-Engine-6.5_133160975.html">Rhapsody Integration Engine 6.5</a></span> </li> 
       <li> <span><a href="Developing-Rhapsody_133161055.html">Developing Rhapsody</a></span> </li> 
       <li> <span><a href="Rhapsody-Objects_133161790.html">Rhapsody Objects</a></span> </li> 
       <li> <span><a href="Rhapsody-Components_133161994.html">Rhapsody Components</a></span> </li> 
       <li> <span><a href="Connectors_133162108.html">Connectors</a></span> </li> 
       <li> <span><a href="Managing-Conditional-Connectors_133162114.html">Managing Conditional Connectors</a></span> </li> 
      </ol> 
     </div> 
     <h1 id="title-heading" class="pagetitle"> <span id="title-text">Deleting a Condition</span> </h1> 
    </div> 
    <div id="content" class="view">  
     <div id="main-content" class="wiki-content group"> 
      <p>To delete an existing condition from a conditional connector:</p>
      <ol>
       <li><p>Select a conditional connector on your route, and click the <strong>Delete</strong> link of the condition you want to remove:</p><p><span class="confluence-embedded-file-wrapper"><img class="confluence-embedded-image" src="attachments/133162132/133162133.png" data-image-src="attachments/133162132/133162133.png" data-unresolved-comment-count="0" data-linked-resource-id="133162133" data-linked-resource-version="1" data-linked-resource-type="attachment" data-linked-resource-default-alias="EditCondition.png" data-base-url="https://docs.rhapsody.health" data-linked-resource-content-type="image/png" data-linked-resource-container-id="133162132" data-linked-resource-container-version="1"></span></p></li>
       <li>Select the <strong>Yes</strong> button to confirm that you want to delete the condition:
        <ul>
         <li>If the parent condition group contains only a single condition after the deletion, then the parent group is deleted automatically, and the remaining child is promoted to the grandparent group.</li>
         <li>If there are no conditions left after the deletion, the connector will match all messages.</li>
        </ul></li>
      </ol>
      <p> </p> 
     </div>  
    </div> 
   </div>  
  </div>   
 </body>
</html>