voteUnsubscribe RPC Method
Unsubscribe from vote notifications
params
integerrequired
subscription id to cancel
result
boolean
unsubscribe success message
Request
{"jsonrpc": "2.0","id": 1,"method": "voteUnsubscribe","params": [0]}
Response
{"jsonrpc": "2.0","result": true,"id": 1}
Request
{"jsonrpc": "2.0","id": 1,"method": "voteUnsubscribe","params": [0]}
params
integerrequired
subscription id to cancel
result
Response
{"jsonrpc": "2.0","result": true,"id": 1}
boolean
unsubscribe success message
Is this page helpful?