Removes a message from the storage of a session. This function is a wrapper around
method removeMessage of class Session.
removeMessage(sessionId = NULL, messageId = NULL)ID of the session from where to remove a message. If there is only one active session, this argument becomes optional.
ID of the message to remove. If there is only one stored message, this argument becomes optional.
authorize, getMessageIds.