3.1.4.2 DeleteUserConfiguration
The DeleteUserConfiguration operation specifies the WSDL messages for deleting user configuration objects.
The following is the WSDL port type definition of this operation.
-
<wsdl:operation name="DeleteUserConfiguration"> <wsdl:input message="tns:DeleteUserConfigurationSoapIn"/> <wsdl:output message="tns:DeleteUserConfigurationSoapOut"/> </wsdl:operation>
The following is the WSDL binding specification for this operation.
-
<wsdl:operation name="DeleteUserConfiguration"> <soap:operation soapAction="http://schemas.microsoft.com/exchange/services/2006/messages/DeleteUserConfiguration" /> <wsdl:input> <soap:header message="tns:DeleteUserConfigurationSoapIn" part="Impersonation" use="literal"/> <soap:header message="tns:DeleteUserConfigurationSoapIn" part="MailboxCulture" use="literal"/> <soap:header message="tns:DeleteUserConfigurationSoapIn" part="RequestVersion" use="literal"/> <soap:body parts="request" use="literal" /> </wsdl:input> <wsdl:output> <soap:body parts="DeleteUserConfigurationResult" use="literal" /> <soap:header message="tns:DeleteUserConfigurationSoapOut" part="ServerVersion" use="literal"/> </wsdl:output> </wsdl:operation>
The protocol client sends a DeleteUserConfigurationSoapIn request WSDL message, as specified in section 3.1.4.2.1.1, and the protocol server responds with a DeleteUserConfigurationSoapOut response message, as defined in section 3.1.4.2.1.2.