A request XML packet removing a secret key includes the delete operation node:
<packet version="1.4.2.0">
<secret_key>
<delete>
...
</delete>
</secret_key>
</packet>
The delete node has the following graphical representation:
![]()
Remarks
You can remove multiple secret keys in a single packet. Add as many key parameters to the filter as the number of keys to be removed.
<filter>
<key>...</key>
...
<key>...</key>
</filter>