3.1.4.35 RemoveMembership

The RemoveMembership WSDL operation is used to update the specified user profile by deleting a specified membership present in the user profile.

 <wsdl:operation name="RemoveMembership">
     <wsdl:input message="tns:RemoveMembershipSoapIn"/>
     <wsdl:output message="tns:RemoveMembershipSoapOut"/>
 </wsdl:operation>

The protocol client sends a RemoveMembershipSoapIn request WSDL message and the protocol server responds with a RemoveMembershipSoapOut response WSDL message.

If the user is not authorized to administer the user profile service, the protocol server MUST send a SOAP fault message.

RemoveMembership operation

Figure 37: RemoveMembership operation