EventType | String Type of event from which the event handler is unsubscribing. Must be one of the following values: Alarm Event Audit Event Exception Event GD End Event GD Start Event JMS Delivery Failure Event JMS Retrieval Failure Event Port Status Event Replication Event Security Event Session End Event Session Expire Event Session Start Event Stat Event Tx End Event Tx Start Event Tip: To view the current list of event types, you can execute the pub.event:getEventTypes service. |
gID | String ID of the subscriber that you want to delete. To get a list of subscriber IDs, execute the
pub.event:getSubscribers service. |
Result | String Flag indicating whether the subscriber was successfully deleted. A value of: true indicates that the subscriber was deleted successfully. false indicates that the subscriber was not deleted (typically an invalid subscriber ID was provided in gID). |