3.1.4.11 RemoveImGroup
The RemoveImGroup WSDL operation removes the instant messaging group and all the contacts (2) in the group. A contact (2) is deleted if it is a member of only the specified group, excluding the Tagged group. If the Tagged group is the specified group and the contact (2) is a member of the Tagged group only, the contact (2) is removed.
The following is the WSDL port type specification of the RemoveImGroup WSDL operation.
-
<wsdl:operation name="RemoveImGroup" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:input message="tns:RemoveImGroupSoapIn"/> <wsdl:output message="tns:RemoveImGroupSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification of the RemoveImGroup WSDL operation.
-
<wsdl:operation name="RemoveImGroup" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/RemoveImGroup" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <wsdl:input> <soap:header message="tns:RemoveImGroupSoapIn" part="Impersonation" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:RemoveImGroupSoapIn" part="MailboxCulture" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:RemoveImGroupSoapIn" part="RequestVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:body use="literal" parts="request" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:input> <wsdl:output> <soap:body use="literal" parts="RemoveImGroupResult" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> <soap:header message="tns:RemoveImGroupSoapOut" part="ServerVersion" use="literal" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"/> </wsdl:output> </wsdl:operation>
The protocol client sends a RemoveImGroupSoapIn request WSDL message and the protocol server responds with a RemoveImGroupSoapOut response WSDL message.