jrc (version 0.3.0)

removeMessage: Removes a stored message

Description

Removes a message from the storage of a session. This function is a wrapper around method removeMessage of class Session.

Usage

removeMessage(sessionId = NULL, messageId = NULL)

Arguments

sessionId

ID of the session from where to remove a message. If there is only one active session, this argument becomes optional.

messageId

ID of the message to remove. If there is only one stored message, this argument becomes optional.

See Also

authorize, getMessageIds.