unsubscribeArguments subscriptionId: string Request JavaScriptsocket.send(JSON.stringify({ "event": "unsubscribe", "payload": { "subscriptionId": "xxxxx-xxxx-xxxx-xxxx-xxxxxxxxxx" }})); Response Response{ status: "ok", id: "Unsubscribed from subscription ${payload.subscriptionId}" }