Your client can revoke the monitor status of any user by sending your server a MONITOR_REMOVE message.
The format for a MONITOR_REMOVE message is:
MONITOR_REMOVE
address
where
| address | is the address of the user that you wish to unregister as a monitor. |
Your server will not return an acknowledgement for this message because it does not require a server-to-server transmission and the result it guaranteed to be successful. Typically, you send a MONITOR_REMOVE message to your server after deciding that you don't want a certain client to know what you're doing.