3.1.4.17 DeleteSlide

The DeleteSlide operation is used to delete a presentation slide from a presentation.

The following is the WSDL port type specification of the DeleteSlide WSDL operation.

 <wsdl:operation name="DeleteSlide" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointEditServerInternalService/IPptEdit/DeleteSlide" message="tns:IPptEdit_DeleteSlide_InputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
   <wsdl:output wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointEditServerInternalService/IPptEdit/DeleteSlideResponse" message="tns:IPptEdit_DeleteSlide_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IPptEdit_DeleteSlide_InputMessage request message, and the protocol server responds with an IPptEdit_DeleteSlide_OutputMessage response message.