4.1.3 DeleteAnnotation

To delete the existing Annotation, the protocol client calls DeleteAnnotation.

The protocol client creates and sends the following message (whitespace added for readability):

 <s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing"
             xmlns:s="http://www.w3.org/2003/05/soap-envelope">
   <s:Header>
     <a:Action s:mustUnderstand="1">
       http://www.microsoft.com/performancepoint/scorecards /IBIMonitoringServiceApplication/DeleteAnnotation
     </a:Action>
     <a:MessageID>urn:uuid:fa482d28-a976-4cb1-b193-277c4ea8844c</a:MessageID>
     <a:ReplyTo>
     <a:Address>http://www.w3.org/2005/08/addressing/anonymous</a:Address>
     </a:ReplyTo>
     <webSiteID xmlns="PPSMA">9edb0749-0b51-4377-b810-d3891c1ac81d</webSiteID>
     <WebSiteAbsoluteUrl xmlns="PPSMA">http://boi-ppsbeta1/</WebSiteAbsoluteUrl>
     <CurrentCultureName xmlns="PPSMA">en-US</CurrentCultureName>
     <CurrentUICultureName xmlns="PPSMA">en-US</CurrentUICultureName>
   </s:Header>
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
           xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <DeleteAnnotation xmlns=" http://www.microsoft.com/performancepoint/scorecards /">
       <annotationID>6ebdce31-a7e4-4c3a-8012-43066b39b38a</annotationID>
     </DeleteAnnotation>
   </s:Body>
 </s:Envelope>

The protocol server responds with the following (whitespace added for readability):

 <s:Envelope xmlns:a="http://www.w3.org/2005/08/addressing" 
             xmlns:s="http://www.w3.org/2003/05/soap-envelope">
   <s:Header>
     <a:Action s:mustUnderstand="1">
       http://www.microsoft.com/performancepoint/scorecards /IBIMonitoringServiceApplication/DeleteAnnotationResponse
     </a:Action>
   </s:Header>
   <s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
           xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     <DeleteAnnotationResponse 
        xmlns=" http://www.microsoft.com/performancepoint/scorecards/">
     </DeleteAnnotationResponse>
   </s:Body>
 </s:Envelope>