3.1.4.16 DeleteComment

The DeleteComment operation SHOULD<79> be used to delete a comment from a presentation.

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

 <wsdl:operation name="DeleteComment" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
   <wsdl:input wsaw:Action="http://schemas.microsoft.com/office/PowerPoint/Server/WebServices/PowerPointEditServerInternalService/IPptEdit/DeleteComment" message="tns:IPptEdit_DeleteComment_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/DeleteCommentResponse" message="tns:IPptEdit_DeleteComment_OutputMessage" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl"/>
 </wsdl:operation>

The protocol client sends an IPptEdit_DeleteComment_InputMessage request message, and the protocol server responds with an IPptEdit_DeleteComment_OutputMessage response message