3.1.4.34 RemoveLink

The RemoveLink WSDL operation is used to update the specified user profile by deleting a specified quick link property present in the user profile.

 <wsdl:operation name="RemoveLink">
     <wsdl:input message="tns:RemoveLinkSoapIn"/>
     <wsdl:output message="tns:RemoveLinkSoapOut"/>
 </wsdl:operation>

The protocol client sends a RemoveLinkSoapIn request WSDL message and the protocol server responds with a RemoveLinkSoapOut response WSDL message.

If the user is not authorized to administer the user profile service and is not updating his or her own user profile, the protocol server MUST send a SOAP fault message.

RemoveLink operation

Figure 36: RemoveLink operation