Cisco Cisco Prime Central 1.3 Developer's Guide

Page of 203
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" 
xmlns:v1="http://www.tmforum.org/mtop/fmw/xsd/hdr/v1"
xmlns:v11="http://www.cisco.com/mtop/msi/xsd/cp/v1" 
xmlns:v12="http://www.tmforum.org/mtop/fmw/xsd/nam/v1">
   <soapenv:Header>
      <v1:header>
      </v1:header>
   </soapenv:Header>
   <soapenv:Body>
      <v11:deleteCustomerRequest>
         <v11:customerId>
            <!--1 or more repetitions:-->
            <v12:rdn>
               <v12:type>MD</v12:type>
               <v12:value>CISCO_PRIME</v12:value>
            </v12:rdn>
            <v12:rdn>
               <v12:type>Cisco_Customer</v12:type>
               <v12:value>215</v12:value>
            </v12:rdn>            
         </v11:customerId>
      </v11:deleteCustomerRequest>
   </soapenv:Body>
</soapenv:Envelope>
Response-deleteCustomer