3.2.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">
    <soap12:operation soapAction="http://domains.live.com/Service/ManageDelegation2/V1.0/RemoveUri" style="document" />
    <wsdl:input>
       <soap12:body use="literal" />
    </wsdl:input>
    <wsdl:output>
       <soap12:body use="literal" />
    </wsdl:output>
 </wsdl:operation>

The RemoveUriSecurity message, as specified in section 3.2.4.5.1.1, MUST be attached as a SOAP header to RemoveUri operation requests.