deleteNotificationPolicy
通知ポリシーを削除します。
Cloud および 統合アプライアンス に適用されます。
パラメーター:
- policyId
- 削除対象として指定された通知ポリシーの ID。
- 戻り:
- 成功または失敗。
例:
以下の例は、指定された ID を持つ通知ポリシーを削除するための SOAP 要求です。
<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>
以下は、要求に対する SOAP 応答です。
<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>