3.1.4.5 RemoveUri Operation

The RemoveUri operation removes a previously registered URI from the federation management service.

The following is the WSDL port type specification for the operation.

 <wsdl:operation name="RemoveUri"> 
   <wsdl:input message="tns:RemoveUriSoapIn" /> 
   <wsdl:output message="tns:RemoveUriSoapOut" /> 
 </wsdl:operation>

The following is the WSDL binding specification for the operation.

 <wsdl:operation name="RemoveUri">
    <soap:operation soapAction="http://domains.live.com/Service/ManageDelegation/V1.0/RemoveUri" style="document" />
    <wsdl:input>
       <soap:body use="literal" />
    </wsdl:input>
    <wsdl:output>
       <soap:body use="literal" />
    </wsdl:output>
 </wsdl:operation>