指定されたターゲット (ユーザーなど) の特権をクリアします。
Cloud および 統合アプライアンス に適用されます。
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:sec="http://www.approuter.com/schemas/2008/1/security">
<soapenv:Header>
<sec:sessionId>B87CDEE24C7AE5EE4B1C00158EBC483D</sec:sessionId>
</soapenv:Header>
<soapenv:Body>
<sec:clearPrivileges>
<sec:target>pubuser</sec:target>
</sec:clearPrivileges>
</soapenv:Body>
</soapenv:Envelope>
<S:Envelope xmlns:S="http://schemas.xmlsoap.org/soap/envelope/">
<S:Body>
<ns2:clearPrivilegesResponse xmlns:ns2="http://www.approuter.com/
schemas/2008/1/security" xmlns:ns3="http://www.approuter.com/schema/
router/1000/security/03">
<return>true</return>
</ns2:clearPrivilegesResponse>
</S:Body>
</S:Envelope>