3.1.4.2.1.2 DeleteUserConfigurationSoapOut

The DeleteUserConfigurationSoapOut WSDL message specifies the server response to a DeleteUserConfiguration operation request to delete a user configuration object.

 <wsdl:message name="DeleteUserConfigurationSoapOut">
   <wsdl:part name="DeleteUserConfigurationResult" element="tns:DeleteUserConfigurationResponse" />
   <wsdl:part name="ServerVersion" element="t:ServerVersionInfo"/>
 </wsdl:message>

The DeleteUserConfigurationSoapOut WSDL message is the output message for the SOAP action http://schemas.microsoft.com/exchange/services/2006/messages/DeleteUserConfiguration.

The parts of the DeleteUserConfigurationSoapOut WSDL message are listed and described in the following table.

Part name

Element/type

Description

DeleteUserConfigurationResult

tns:DeleteUserConfigurationResponse (section 3.1.4.2.2.2)

Specifies the SOAP body of the response to a DeleteUserConfiguration operation request.

ServerVersion

t:ServerVersionInfo ([MS-OXWSCDATA] section 2.2.3.10)

Specifies the SOAP header that identifies the server version for the response.

A successful DeleteUserConfiguration operation request returns a DeleteUserConfigurationResponse element, as specified in section 3.1.4.2.2.2, with the ResponseClass attribute of the DeleteUserConfigurationResponseMessage element set to "Success". The ResponseCode element of the DeleteUserConfigurationResponseMessage element is set to "NoError". The DeleteUserConfigurationResponseMessage element is a child element of the ArrayOfResponseMessagesType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.12.

If the DeleteUserConfiguration operation request is not successful, it returns a DeleteUserConfigurationResponse element with the ResponseClass attribute of the DeleteUserConfigurationResponseMessage element set to "Error". The ResponseCode element of the DeleteUserConfigurationResponseMessage element is set to one of the common errors defined in [MS-OXWSCDATA] section 2.2.5.24.