deleteNotificationPolicy

Deletes a notification policy.

Applies to Clouds and Integration Appliances.

Parameter:

policyId
The specified ID for the notification policy to be deleted.
Returns:
Success or failure.

Examples:

The following is a SOAP request to delete the notification policy with the specified ID.
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:log="http://www.approuter.com/schemas/2008/1/lognotif">
 <soapenv:Header>
  <log:sessionId>910D9A7B441C97AC2FCC54E3F1274AA7</log:sessionId>
 </soapenv:Header>
 <soapenv:Body>
  <log:deleteNotificationPolicy>
   <log:policyId>688128</log:policyId>
  </log:deleteNotificationPolicy>
 </soapenv:Body>
</soapenv:Envelope>
The following is the SOAP response to the request.
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
 <S:Body>
  <ns2:deleteNotificationPolicyResponse xmlns:ns2="http://
  www.approuter.com/schemas/2008/1/lognotif" xmlns:ns3="http://
  www.approuter.com/schemas/2008/1/lognotif/types">
   <ns2:success>true</ns2:success>
  </ns2:deleteNotificationPolicyResponse>
 </S:Body>
</S:Envelope>



Feedback | Notices


Timestamp icon Last updated: Tuesday, 27 September 2016


http://pic.dhe.ibm.com/infocenter/wci/v7r0m0/topic/com.ibm.wci.api.doc/ci00139.html