3.1.4.11.2.2 DeleteContentTypeResponse

The DeleteContentTypeResponse element contains the response to the request to delete the content type.

 <s:element name="DeleteContentTypeResponse">
   <s:complexType>
     <s:sequence>
       <s:element name="DeleteContentTypeResult" minOccurs="0">
         <s:complexType mixed="true">
           <s:sequence>
             <s:element name="Success">
               <s:complexType />
             </s:element>
           </s:sequence>
         </s:complexType>
       </s:element>
     </s:sequence>
   </s:complexType>
 </s:element>
  

DeleteContentTypeResult: If the operation succeeds, a DeleteContentTypeResult MUST be returned. If the operation fails, a SOAP fault MUST be returned.

Success: An empty element, the presence of which indicates that the request was handled successfully.