voteUnsubscribe RPCメソッド

投票通知の購読を解除する

{
"jsonrpc": "2.0",
"id": 1,
"method": "voteUnsubscribe",
"params": [
0
]
}

params

integerrequired

キャンセルするサブスクリプションID

result

Response
{
"jsonrpc": "2.0",
"result": true,
"id": 1
}
boolean

購読解除成功メッセージ

Is this page helpful?