3.1.4.3 DeleteItem

This protocol uses the DeleteItem operation specified in [MS-OXWSCORE] section 3.1.4.3 to delete a distribution list.

 <wsdl:operation name="DeleteItem">
             <wsdl:input message="tns:DeleteItemSoapIn" />
             <wsdl:output message="tns:DeleteItemSoapOut" />
 </wsdl:operation>

Request

Message Format

Description

tns:DeleteItemSoapIn ([MS-OXWSCORE] section 3.1.4.3.1.1)

Specifies the SOAP message that defines the distribution list item to delete. The ItemIds child element of the DeleteItem ([MS-OXWSCORE] section 3.1.4.3.2.1) element that specifies the XML request MUST contain one or more ItemId elements of type t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25). All other elements of ItemIds MUST NOT be specified.

Response

Message Format

Description

tns:DeleteItemSoapOut ([MS-OXWSCORE] section 3.1.4.3.1.2)

Specifies the SOAP message returned by the server in response.